-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for updating media description and focus point when editing statuses #3215
Conversation
This is currently not even exposed on Mastodon Web. Does this feature exist in the API currently? I would LOVE this if it's possible because currently if I forget a caption I can't add one after-the-fact. |
Yeah, it's in 4.1.0rc1 (see the mastodon PR linked from the linked issue) - I updated my glitch server to a corresponding version to work on this |
I tried this with my Mastodon 4.1.0-rc1 instance and it seems to work. However it shows a message saying there was an error when saving the description ("Fehler beim Speichern der Beschreibung"). As far as I can tell there is no actual error. |
That message means that the server reported an error when Tusky sent the update.
|
-Start new post, enter text, add image, press "Toot" Maybe I will find something in the server logs. |
Ohh, the message is when setting them locally, that gives me something to look into |
Ok, Tusky was attempting to update the media attributes via the normal path as soon as they were accepted, but the server doesn't like that when the |
Works nicely now, thanks! |
79aae4a
to
f744d4a
Compare
…en editing a published post
f744d4a
to
49d5a89
Compare
…even weirder, Tusky 49d5a89 is able to edit focus point on images even though Mastodon Web itself cannot |
Completes #3211
We could also add support for viewing them in the edit history view, but I think that will maybe not be super useful since that view is mainly for seeing the history of other people's statuses
Also fixes #3273