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