summaryrefslogtreecommitdiffstats
path: root/lib/Service/NoteService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/NoteService.php')
-rw-r--r--lib/Service/NoteService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/NoteService.php b/lib/Service/NoteService.php
index b9043175..f13ffee8 100644
--- a/lib/Service/NoteService.php
+++ b/lib/Service/NoteService.php
@@ -464,7 +464,7 @@ class NoteService {
* @throws Exception
*/
public function getStreamLiked(int $since = 0, int $limit = 5): array {
- return $this->streamRequest->getLiked($since, $limit);
+ return $this->streamRequest->getTimelineLiked($since, $limit);
}