Fix edit media description

This commit is contained in:
Thomas 2023-02-27 18:08:07 +01:00
parent 5d5f2f9c9a
commit b9af6ee60b
2 changed files with 4 additions and 3 deletions

View File

@ -92,9 +92,9 @@ public interface MastodonStatusesService {
@Field("spoiler_text") String spoiler_text,
@Field("visibility") String visibility,
@Field("language") String language,
@Field("media_attributes[id][]") List<String> media_id,
@Field("media_attributes[description][]") List<String> media_description,
@Field("media_attributes[focus][]") List<String> focus
@Field("media_attributes[][id]") List<String> media_id,
@Field("media_attributes[][description]") List<String> media_description,
@Field("media_attributes[][focus]") List<String> focus
);
//Post a scheduled status

View File

@ -6,6 +6,7 @@ Changed:
Fixed:
- Media previews remain the same when sharing
- Edit media description not working
- Accessibility (larger fonts): profiles/DM/
- Cross replies: Wrong visibility with the selected account
- Several crashes