mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
Update src/Protocol/ActivityPub.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
b18f92ea72
commit
a689db7b64
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue