WIP: Add Event Sources Logic (ActivityPub follows) #86

Draft
linos wants to merge 36 commits from event_sources into main
Showing only changes of commit 189e7b5f9f - Show all commits

View file

@ -179,7 +179,7 @@ class Setup {
array( Settings_Page::class, 'settings_link' )
);
add_action( 'activitypub_register_handlers', array( Handler::class, 'register_activitypub_handlers' ) ) ;
add_action( 'activitypub_register_handlers', array( Handler::class, 'register_activitypub_handlers' ) );
// If we don't have any active event plugins, or the ActivityPub plugin is not enabled, abort here.
if ( empty( $this->active_event_plugins ) || ! $this->activitypub_plugin_is_active ) {