Hacky method to avoid cutting conversation "more" link out

This commit is contained in:
Mikael Nordfeldth 2016-03-21 02:42:28 +01:00
parent aa3865c303
commit cdcf6cdb25
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ class ThreadedNoticeListItem extends NoticeListItem
// Skip! // Skip!
continue; continue;
} }
if (!$notice->isVerb([ActivityVerb::POST])) {
continue;
}
$cnt++; $cnt++;
if ($cnt > $max) { if ($cnt > $max) {
// boo-yah // boo-yah