mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Issue 13905: ostatus context added (#13912)
This commit is contained in:
parent
4eefd0a205
commit
07c20da08f
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class ActivityPub
|
|||
const CONTEXT = [
|
||||
'https://www.w3.org/ns/activitystreams', 'https://w3id.org/security/v1',
|
||||
[
|
||||
'ostatus' => 'http://ostatus.org#',
|
||||
'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