mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 20:51:55 +02:00
See #170: federation for channels
This commit is contained in:
parent
c3cb8bc390
commit
5a37d9771e
26 changed files with 501 additions and 40 deletions
|
@ -214,14 +214,18 @@ def get_ids(v):
|
|||
|
||||
|
||||
def get_default_context():
|
||||
return ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1", {}]
|
||||
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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue