X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Finboxnoticestream.php;h=87868b1d79aab4f2e6b852dac3a7106ac229c293;hb=5ebe01ba365886bf19edbb1dc5f5591c2135a8be;hp=eacbb771277138ebe83edfb42fbc0078ba0a15e0;hpb=6de410bb6bfd2694ddb32fea4bec71a31cb057df;p=quix0rs-gnu-social.git diff --git a/lib/inboxnoticestream.php b/lib/inboxnoticestream.php index eacbb77127..87868b1d79 100644 --- a/lib/inboxnoticestream.php +++ b/lib/inboxnoticestream.php @@ -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