]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inboxnoticestream.php
NoticeStream fixes regarding non-post verbs
[quix0rs-gnu-social.git] / lib / inboxnoticestream.php
index eacbb771277138ebe83edfb42fbc0078ba0a15e0..87868b1d79aab4f2e6b852dac3a7106ac229c293 100644 (file)
@@ -118,6 +118,9 @@ class RawInboxNoticeStream extends NoticeStream
         if (!empty($max_id)) {
             $notice->whereAdd(sprintf('notice.id <= %d', $max_id));
         }
+        if (!empty($this->selectVerbs)) {
+            $notice->whereAddIn('verb', $this->selectVerbs, $notice->columnType('verb'));
+        }
         $notice->limit($offset, $limit);
         // notice.id will give us even really old posts, which were
         // recently imported. For example if a remote instance had