X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FActivityPub.php;h=a34854152254862a50235760e55f76fe329ffb3f;hb=763e26419636a5dbb107e893ddf4f04b2156fc6d;hp=9a5f06004d8c11d16627b46a4fd4c4efc93ec516;hpb=e3413cf959de619979ccc61400657c6936318c7d;p=friendica.git diff --git a/src/Protocol/ActivityPub.php b/src/Protocol/ActivityPub.php index 9a5f06004d..a348541522 100644 --- a/src/Protocol/ActivityPub.php +++ b/src/Protocol/ActivityPub.php @@ -71,7 +71,7 @@ class ActivityPub 'discoverable' => 'toot:discoverable', 'PropertyValue' => 'schema:PropertyValue', 'value' => 'schema:value', -]]; + ]]; const ACCOUNT_TYPES = ['Person', 'Organization', 'Service', 'Group', 'Application', 'Tombstone']; /** * Checks if the web request is done for the AP protocol