]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Merge pull request #10798 from annando/q-calls
[friendica.git] / src / Protocol / ActivityPub.php
index 85a387229f344d59ae372885630d51e64e316dd9..a34854152254862a50235760e55f76fe329ffb3f 100644 (file)
@@ -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