]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Don't prefill for each conversation
authorEvan Prodromou <evan@status.net>
Thu, 25 Aug 2011 16:41:25 +0000 (12:41 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 25 Aug 2011 16:41:25 +0000 (12:41 -0400)
lib/threadednoticelist.php

index 88d7bb5b45f168603fa9538ed6f2ad98d5aae012..dbf3de642d8021b1c4c5a41adab9fe03239541b4 100644 (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);