add comment

This commit is contained in:
Matthias Pfefferle 2024-10-08 15:05:24 +02:00
parent 493e920df0
commit 82a17c8e35

View file

@ -45,6 +45,7 @@ require_once __DIR__ . '/includes/functions.php';
\defined( 'ACTIVITYPUB_SEND_VARY_HEADER' ) || \define( 'ACTIVITYPUB_SEND_VARY_HEADER', false );
\defined( 'ACTIVITYPUB_DEFAULT_OBJECT_TYPE' ) || \define( 'ACTIVITYPUB_DEFAULT_OBJECT_TYPE', 'note' );
// Define Actor-Modes for the plugin.
\define( 'ACTIVITYPUB_ACTOR_MODE', '1' );
\define( 'ACTIVITYPUB_BLOG_MODE', '2' );
\define( 'ACTIVITYPUB_ACTOR_AND_BLOG_MODE', '3' );