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.php15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/Service/NoteService.php b/lib/Service/NoteService.php
index 27327709..b9043175 100644
--- a/lib/Service/NoteService.php
+++ b/lib/Service/NoteService.php
@@ -442,7 +442,7 @@ class NoteService {
}
- /**m
+ /**
*
* @param int $since
* @param int $limit
@@ -456,6 +456,19 @@ class NoteService {
/**
+ *
+ * @param int $since
+ * @param int $limit
+ *
+ * @return Note[]
+ * @throws Exception
+ */
+ public function getStreamLiked(int $since = 0, int $limit = 5): array {
+ return $this->streamRequest->getLiked($since, $limit);
+ }
+
+
+ /**
* @param $noteId
*
* @return Person