From cdcf6cdb25a68a7374abf30bd9fb71655b0a3f9f Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 21 Mar 2016 02:42:28 +0100 Subject: [PATCH] Hacky method to avoid cutting conversation "more" link out --- lib/threadednoticelistitem.php | 5 +++++ 1 file changed, 5 insertions(+) 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