mirror of
https://github.com/friendica/friendica
synced 2024-11-19 15:43:41 +00:00
Reverted context
This commit is contained in:
parent
48d703d278
commit
d46db31475
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ use Friendica\Util\JsonLD;
|
|||
class ActivityPub
|
||||
{
|
||||
const PUBLIC_COLLECTION = 'https://www.w3.org/ns/activitystreams#Public';
|
||||
const CONTEXT = ['https://www.w3.org/ns/activitystreams',
|
||||
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/',
|
||||
|
|
Loading…
Reference in a new issue