diff --git a/src/Protocol/ActivityPub.php b/src/Protocol/ActivityPub.php index 9a5f06004..a34854152 100644 --- a/src/Protocol/ActivityPub.php +++ b/src/Protocol/ActivityPub.php @@ -71,7 +71,7 @@ class ActivityPub 'discoverable' => 'toot:discoverable', 'PropertyValue' => 'schema:PropertyValue', 'value' => 'schema:value', -]]; + ]]; const ACCOUNT_TYPES = ['Person', 'Organization', 'Service', 'Group', 'Application', 'Tombstone']; /** * Checks if the web request is done for the AP protocol