From: Evan Prodromou Date: Thu, 25 Aug 2011 16:41:25 +0000 (-0400) Subject: Don't prefill for each conversation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=94503a50fd33dbf2480065bfb7b12867c970b614;p=quix0rs-gnu-social.git Don't prefill for each conversation --- diff --git a/lib/threadednoticelist.php b/lib/threadednoticelist.php index 88d7bb5b45..dbf3de642d 100644 --- a/lib/threadednoticelist.php +++ b/lib/threadednoticelist.php @@ -239,7 +239,6 @@ class ThreadedNoticeListItem extends NoticeListItem $item = new ThreadedNoticeListMoreItem($moreCutoff, $this->out, count($notices)); $item->show(); } - NoticeList::prefill($notices, AVATAR_MINI_SIZE); foreach (array_reverse($notices) as $notice) { if (Event::handle('StartShowThreadedNoticeSub', array($this, $this->notice, $notice))) { $item = new ThreadedNoticeListSubItem($notice, $this->notice, $this->out);