feat(api): Add atom1.0 to node info services
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2604>
This commit is contained in:
parent
e3a28aaeb3
commit
a05b44f27b
3 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ def test_nodeinfo_default(api_client):
|
|||
"version": "2.0",
|
||||
"software": OrderedDict([("name", "funkwhale"), ("version", api_version)]),
|
||||
"protocols": ["activitypub"],
|
||||
"services": OrderedDict([("inbound", []), ("outbound", [])]),
|
||||
"services": OrderedDict([("inbound", ["atom1.0"]), ("outbound", ["atom1.0"])]),
|
||||
"openRegistrations": False,
|
||||
"usage": {
|
||||
"users": OrderedDict(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue