X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fconversationreplies.php;h=55c3efa9e0cb6eb63099b23885d608a816733531;hb=5eb6c0d73132a4fb408aca8ce88e4f75e1e79997;hp=450a3d68282136b75fa8e8c574ac586fe150dd6d;hpb=820e19e1974690f2a928982e8b6f387d1bc10f2f;p=quix0rs-gnu-social.git diff --git a/actions/conversationreplies.php b/actions/conversationreplies.php index 450a3d6828..55c3efa9e0 100644 --- a/actions/conversationreplies.php +++ b/actions/conversationreplies.php @@ -86,19 +86,3 @@ class ConversationRepliesAction extends ConversationAction $this->elementEnd('html'); } } - -class FullThreadedNoticeList extends ThreadedNoticeList -{ - function newListItem($notice) - { - return new FullThreadedNoticeListItem($notice, $this->out, $this->userProfile); - } -} - -class FullThreadedNoticeListItem extends ThreadedNoticeListItem -{ - function initialItems() - { - return 1000; // @fixme - } -}