Add support for editing media description and focus point of already-posted statuses (#20878)
* Add backend support for editing media attachments of existing posts * Allow editing media attachments of already-posted toots * Add tests
Showing
- app/controllers/api/v1/statuses_controller.rb 7 additions, 0 deletionsapp/controllers/api/v1/statuses_controller.rb
- app/javascript/mastodon/actions/compose.js 40 additions, 6 deletionsapp/javascript/mastodon/actions/compose.js
- app/javascript/mastodon/features/compose/components/upload.js 2 additions, 2 deletions...javascript/mastodon/features/compose/components/upload.js
- app/javascript/mastodon/features/ui/components/focal_point_modal.js 1 addition, 1 deletion...ript/mastodon/features/ui/components/focal_point_modal.js
- app/javascript/mastodon/reducers/compose.js 1 addition, 1 deletionapp/javascript/mastodon/reducers/compose.js
- app/services/update_status_service.rb 10 additions, 1 deletionapp/services/update_status_service.rb
- spec/services/update_status_service_spec.rb 22 additions, 0 deletionsspec/services/update_status_service_spec.rb
Loading
Please register or sign in to comment