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!
|
// Skip!
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$notice->isVerb([ActivityVerb::POST])) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
$cnt++;
|
$cnt++;
|
||||||
if ($cnt > $max) {
|
if ($cnt > $max) {
|
||||||
// boo-yah
|
// boo-yah
|
||||||
|
|
Loading…
Reference in New Issue
Block a user