]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelist.php
If there's no Happening, we can't use the RSVP.
[quix0rs-gnu-social.git] / lib / noticelist.php
index c9d43c097a20437de1aa5e4dfeedc5fc6aef51bc..727be89bc6d0da56effbe0c05bd9e176d323639d 100644 (file)
@@ -155,15 +155,9 @@ class NoticeList extends Widget
 
             // Prefill attachments
             Notice::fillAttachments($notices);
-            // Prefill repeat data
-            Notice::fillRepeats($notices);
             // Prefill the profiles
             $profiles = Notice::fillProfiles($notices);
 
-            if ($scoped instanceof Profile) {
-                Notice::pivotGet('repeat_of', $notice_ids, array('profile_id' => $scoped->id));
-            }
-
             Event::handle('EndNoticeListPrefill', array(&$notices, &$profiles, $notice_ids, $scoped));
         }
     }