mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 13:19:16 +02:00
Can now fetch domain nodeinfo
This commit is contained in:
parent
e4117043cb
commit
be388870a3
9 changed files with 171 additions and 1 deletions
|
@ -184,6 +184,8 @@ class ManageDomainSerializer(serializers.ModelSerializer):
|
|||
"actors_count",
|
||||
"last_activity_date",
|
||||
"outbox_activities_count",
|
||||
"nodeinfo",
|
||||
"nodeinfo_fetch_date",
|
||||
]
|
||||
|
||||
def get_actors_count(self, o):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue