Don't prefill for each conversation

This commit is contained in:
Evan Prodromou 2011-08-25 12:41:25 -04:00
parent 1593c97bc1
commit 94503a50fd
1 changed files with 0 additions and 1 deletions

View File

@ -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);