mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Preparations for a relocation message / fix for notice
This commit is contained in:
parent
d929e714df
commit
1395bdc188
4 changed files with 44 additions and 12 deletions
|
@ -40,6 +40,7 @@ class ActivityPub
|
|||
const PUBLIC_COLLECTION = 'https://www.w3.org/ns/activitystreams#Public';
|
||||
const CONTEXT = ['https://www.w3.org/ns/activitystreams', 'https://w3id.org/security/v1',
|
||||
['vcard' => 'http://www.w3.org/2006/vcard/ns#',
|
||||
'dfrn' => 'http://purl.org/macgirvin/dfrn/1.0/',
|
||||
'diaspora' => 'https://diasporafoundation.org/ns/',
|
||||
'manuallyApprovesFollowers' => 'as:manuallyApprovesFollowers',
|
||||
'sensitive' => 'as:sensitive', 'Hashtag' => 'as:Hashtag']];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue