kopia lustrzana https://github.com/nextcloud/social
like is not limited to Public
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/621/head^2
rodzic
e4515688de
commit
5e1ed83bd8
|
@ -129,9 +129,9 @@ class LikeService {
|
|||
throw new StreamNotFoundException('Stream is not a Note');
|
||||
}
|
||||
|
||||
if (!$note->isPublic()) {
|
||||
throw new StreamNotFoundException('Stream is not Public');
|
||||
}
|
||||
// if (!$note->isPublic()) {
|
||||
// throw new StreamNotFoundException('Stream is not Public');
|
||||
// }
|
||||
|
||||
$like->setObjectId($note->getId());
|
||||
$this->assignInstance($like, $actor, $note);
|
||||
|
|
Ładowanie…
Reference in New Issue