From 94503a50fd33dbf2480065bfb7b12867c970b614 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 25 Aug 2011 12:41:25 -0400 Subject: [PATCH] Don't prefill for each conversation --- lib/threadednoticelist.php | 1 - 1 file changed, 1 deletion(-) 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);