]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Preparations for a relocation message / fix for notice
[friendica.git] / src / Protocol / ActivityPub.php
index e6701074c65e2a8f4ed94ba20a9b93a83a344ae2..107cc423a6b88f9344576f0dcb5e1f09fbe35248 100644 (file)
@@ -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']];