Hacky method to avoid cutting conversation "more" link out
This commit is contained in:
parent
aa3865c303
commit
cdcf6cdb25
|
@ -61,6 +61,11 @@ class ThreadedNoticeListItem extends NoticeListItem
|
|||
// Skip!
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!$notice->isVerb([ActivityVerb::POST])) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$cnt++;
|
||||
if ($cnt > $max) {
|
||||
// boo-yah
|
||||
|
|
Loading…
Reference in New Issue
Block a user