]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deletenotice.php
Twitter integration - Add and remove Twitter accnt now working
[quix0rs-gnu-social.git] / actions / deletenotice.php
index 0db7e0d1eec462d227c4a85f55d8ce09eff87bdb..64746283ae5103f18b06823d095412711eeafca4 100644 (file)
@@ -84,6 +84,9 @@ class DeletenoticeAction extends DeleteAction {
                        $replies->get('notice_id', $notice_id);
 
                        common_dequeue_notice($notice);
+                       if (common_config('memcached', 'enabled')) {
+                               $notice->blowSubsCache();
+                       }
                        $replies->delete();
                        $notice->delete();
                } else {