summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-07-22 09:42:17 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-07-22 09:42:17 -0100
commit994126d1103017224facd24736c8db6f0d23062a (patch)
tree90c338aace95fe3960733b3fc6fe79093fe94d57 /lib
parent26587824a55882b4ad2e946cf78fffce1585da7a (diff)
parent0d05c00349f61fb1ab209499fed2eaf8da361db2 (diff)
Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/LikeService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/LikeService.php b/lib/Service/LikeService.php
index 044cf1c4..87d86456 100644
--- a/lib/Service/LikeService.php
+++ b/lib/Service/LikeService.php
@@ -198,7 +198,7 @@ class LikeService {
} catch (ItemNotFoundException $e) {
}
- $this->streamActionService->setActionBool($actor->getId(), $postId, 'boosted', false);
+ $this->streamActionService->setActionBool($actor->getId(), $postId, 'liked', false);
return $undo;
}