]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Favorite/FavoritePlugin.php
Repeats shown in threaded noticelist now handled by plugin
[quix0rs-gnu-social.git] / plugins / Favorite / FavoritePlugin.php
index f298fc3e928b8fca1a20c642569f4f863bac550f..55716016bd6448824061ed52fa3f9203c5f6182b 100644 (file)
@@ -361,7 +361,7 @@ class FavoritePlugin extends ActivityVerbHandlerPlugin
         return true;
     }
 
-    public function onStartShowThreadedNoticeTailItems(NoticeListItem $nli, Notice $notice, &$threadActive)
+    public function onEndShowThreadedNoticeTailItems(NoticeListItem $nli, Notice $notice, &$threadActive)
     {
         if ($nli instanceof ThreadedNoticeListSubItem) {
             // The sub-items are replies to a conversation, thus we use different HTML elements etc.