X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FActivityPub.php;h=a34854152254862a50235760e55f76fe329ffb3f;hb=606b0257ffee320419266ecf7a58e3bc1e8a7e62;hp=85a387229f344d59ae372885630d51e64e316dd9;hpb=b18f92ea72c2fe5c0e9b797a9bcfe63acd57b432;p=friendica.git diff --git a/src/Protocol/ActivityPub.php b/src/Protocol/ActivityPub.php index 85a387229f..a348541522 100644 --- a/src/Protocol/ActivityPub.php +++ b/src/Protocol/ActivityPub.php @@ -70,7 +70,8 @@ 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