From: Michael Vogel Date: Tue, 14 Sep 2021 21:22:57 +0000 (+0200) Subject: Update src/Protocol/ActivityPub.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a689db7b64cfdb182a7ddbe494e6f2daa88dab20;p=friendica.git Update src/Protocol/ActivityPub.php Co-authored-by: Hypolite Petovan --- 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