]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/distribqueuehandler.php
Tweak to use site/server fallback when no plugins/sslserver or site/sslserver and...
[quix0rs-gnu-social.git] / lib / distribqueuehandler.php
index 8f4b72d5c37e3128cb782aabea4475d0d1d88a14..a7519c1d50729465000f6155f61d31f20e2bbe5f 100644 (file)
@@ -77,14 +77,20 @@ class DistribQueueHandler
             $this->logit($notice, $e);
         }
 
+        try {
+            Event::handle('EndNoticeDistribute', array($notice));
+        } catch (Exception $e) {
+            $this->logit($notice, $e);
+        }
+
         try {
             Event::handle('EndNoticeSave', array($notice));
-            // Enqueue for other handlers
         } catch (Exception $e) {
             $this->logit($notice, $e);
         }
 
         try {
+            // Enqueue for other handlers
             common_enqueue_notice($notice);
         } catch (Exception $e) {
             $this->logit($notice, $e);