You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mastodon added a new optional delete_media parameter to DELETE /api/v1/statuses/:id.
We should send that parameter set to true when a status is deleted without redraft. When deleting & redrafting it should be set to false. This will allow the server to delete some media earlier and not only during the next cleanup.
Mastodon added a new optional
delete_media
parameter toDELETE /api/v1/statuses/:id
.We should send that parameter set to true when a status is deleted without redraft. When deleting & redrafting it should be set to false. This will allow the server to delete some media earlier and not only during the next cleanup.
mastodon/mastodon#33988
The text was updated successfully, but these errors were encountered: