Use our real-world context

This commit is contained in:
Eliot Berriot 2020-03-11 16:01:41 +01:00
parent 5654aaa2f7
commit 4f06a4330a
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
3 changed files with 16 additions and 21 deletions

View file

@ -220,16 +220,11 @@ def get_default_context():
return [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{"manuallyApprovesFollowers": "as:manuallyApprovesFollowers"},
]
def get_default_context_fw():
return [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{"manuallyApprovesFollowers": "as:manuallyApprovesFollowers"},
"https://funkwhale.audio/ns",
{
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"Hashtag": "as:Hashtag",
},
]