mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2025-01-27 01:52:45 -05:00
Fix bug with posting media on replies
This commit is contained in:
parent
02f0ee560a
commit
ac02b941c0
@ -333,6 +333,7 @@ def reply(request, id):
|
||||
mastodon.status_post(status=form.cleaned_data['status'],
|
||||
visibility=form.cleaned_data['visibility'],
|
||||
spoiler_text=form.cleaned_data['spoiler_text'],
|
||||
media_ids=media_objects,
|
||||
in_reply_to_id=id)
|
||||
return redirect(thread, id)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user