]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/activityhandlerplugin.php
AtomPub should work now, at least for post/note
[quix0rs-gnu-social.git] / lib / activityhandlerplugin.php
index 8c5d0452642e0761c02007dd8718c5601bde5c2b..c4ff7e3f38770dafd082db592925c6f2909888a2 100644 (file)
@@ -452,8 +452,6 @@ abstract class ActivityHandlerPlugin extends Plugin
 
         $notice = $this->saveNoticeFromActivity($activity, $scoped, $options);
 
-        Event::handle('EndAtomPubNewActivity', array($activity, $scoped, $notice));
-
         return false;
     }