]> git.mxchange.org Git - friendica.git/commitdiff
Fixed indendation
authorMichael <heluecht@pirati.ca>
Tue, 14 Sep 2021 20:46:59 +0000 (20:46 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 14 Sep 2021 20:46:59 +0000 (20:46 +0000)
src/Protocol/ActivityPub.php

index 9a5f06004d8c11d16627b46a4fd4c4efc93ec516..85a387229f344d59ae372885630d51e64e316dd9 100644 (file)
@@ -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