mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:19:19 +02:00
See #170: fixed a remaining issue with r2b
This commit is contained in:
parent
9bc90bec7c
commit
b04ba47a38
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ def inbox_create_audio(payload, context):
|
|||
if is_channel:
|
||||
channel = context["actor"].get_channel()
|
||||
serializer = serializers.ChannelCreateUploadSerializer(
|
||||
data=payload["object"], context={"channel": channel},
|
||||
data=payload, context={"channel": channel},
|
||||
)
|
||||
else:
|
||||
serializer = serializers.UploadSerializer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue