summaryrefslogtreecommitdiffstats
path: root/lib/Service/LikeService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/LikeService.php')
-rw-r--r--lib/Service/LikeService.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Service/LikeService.php b/lib/Service/LikeService.php
index 4af98f34..044cf1c4 100644
--- a/lib/Service/LikeService.php
+++ b/lib/Service/LikeService.php
@@ -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);