diff --git a/includes/class-setup.php b/includes/class-setup.php index d919708..966d1d3 100644 --- a/includes/class-setup.php +++ b/includes/class-setup.php @@ -285,7 +285,7 @@ class Setup { foreach ( $this->active_event_plugins as $event_plugin ) { if ( ! in_array( $event_plugin->get_post_type(), $activitypub_supported_post_types, true ) ) { $activitypub_supported_post_types[] = $event_plugin->get_post_type(); - add_post_type_support( $event_plugin->get_post_type(), 'activitypub-event-bridge' ); + add_post_type_support( $event_plugin->get_post_type(), 'activitypub' ); } } update_option( 'activitypub_support_post_types', $activitypub_supported_post_types );