1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-03-21 06:29:19 +01:00

Allow editing media attachments for scheduled toots ()

Fixes 
This commit is contained in:
Claire 2022-03-03 16:13:58 +01:00 committed by GitHub
parent 631e495a79
commit ff43e54a49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ class Api::V1::MediaController < Api::BaseController
end
def set_media_attachment
@media_attachment = current_account.media_attachments.unattached.find(params[:id])
@media_attachment = current_account.media_attachments.where(status_id: nil).find(params[:id])
end
def check_processing