diff --git a/lib/threadednoticelistitem.php b/lib/threadednoticelistitem.php index 7e72f6aa23..81b9d2defd 100644 --- a/lib/threadednoticelistitem.php +++ b/lib/threadednoticelistitem.php @@ -61,6 +61,11 @@ class ThreadedNoticeListItem extends NoticeListItem // Skip! continue; } + + if (!$notice->isVerb([ActivityVerb::POST])) { + continue; + } + $cnt++; if ($cnt > $max) { // boo-yah