mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Several fixes
This commit is contained in:
parent
bd6ba98e8d
commit
93866b477a
4 changed files with 6 additions and 8 deletions
|
@ -39,8 +39,6 @@ class ActivityPub
|
|||
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
|
||||
'sensitive' => 'as:sensitive', 'Hashtag' => 'as:Hashtag']];
|
||||
const ACCOUNT_TYPES = ['Person', 'Organization', 'Service', 'Group', 'Application'];
|
||||
const CONTENT_TYPES = ['Note', 'Article', 'Video', 'Image'];
|
||||
const ACTIVITY_TYPES = ['Like', 'Dislike', 'Accept', 'Reject', 'TentativeAccept'];
|
||||
/**
|
||||
* Checks if the web request is done for the AP protocol
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue