Upload media using same user in toot post --using

This commit is contained in:
Ivan Habunek 2024-01-13 20:25:58 +01:00
parent 9875209b30
commit 9ae205c548
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ def post(
else:
user, app = ctx.user, ctx.app
media_ids = _upload_media(ctx.app, ctx.user, media, descriptions, thumbnails)
media_ids = _upload_media(app, user, media, descriptions, thumbnails)
status_text = _get_status_text(text, editor, media)
scheduled_at = _get_scheduled_at(scheduled_at, scheduled_in)