mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 15:39:16 +02:00
See #170: exclude by default all channels-related entities from /artists, /albums and /tracks endpoints results, for backward compatibility
This commit is contained in:
parent
32c0afab4f
commit
6bbe48598e
23 changed files with 649 additions and 9 deletions
|
@ -362,7 +362,8 @@ def get_actor_data(username, **kwargs):
|
|||
"preferred_username": slugified_username,
|
||||
"domain": domain,
|
||||
"type": "Person",
|
||||
"name": username,
|
||||
"name": kwargs.get("name", username),
|
||||
"summary": kwargs.get("summary"),
|
||||
"manually_approves_followers": False,
|
||||
"fid": federation_utils.full_url(
|
||||
reverse(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue