]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Protocol/ActivityPub.php
authorMichael Vogel <icarus@dabo.de>
Tue, 14 Sep 2021 21:22:57 +0000 (23:22 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 21:22:57 +0000 (23:22 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
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