Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale
Commits
b04ba47a
Verified
Commit
b04ba47a
authored
Apr 08, 2020
by
Eliot Berriot
Browse files
See #170: fixed a remaining issue with r2b
parent
9bc90bec
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/funkwhale_api/federation/routes.py
View file @
b04ba47a
...
...
@@ -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
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment