-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Edit toot #2179
Comments
Will apparently be in Pleroma 2.5.0: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3678 I suppose that one way to detect support is to look at the |
@tbroyer Thanks for the info. Usually what I do in these sorts of situations is look to other fediverse clients and see how they handle it. E.g. From a glance at https://mastodon.social/api/v1/instance though I don't see anything related to toot editing, so probably version-sniffing will be the only solution. |
The official Android application apparently doesn't do any detection/sniffing, whereas the iOS application doesn't support editing yet. Tooot apparently uses version sniffing for everything: https://github.com/tooot-app/app/blob/bd750da9d5888cde07fb8f29ded9821695e1de07/src/helpers/features.json / https://github.com/tooot-app/app/blob/bd750da9d5888cde07fb8f29ded9821695e1de07/src/utils/slices/instancesSlice.ts#L326-L335 Tusky will likely do version-sniffing: tuskyapp/Tusky#2828 (comment) Other apps I've looked at don't support editing yet. |
Yeah, I just came here to say that I miss having the new edit function when using Pinafore (and Tusky doesn't seem to have it yet either so missing it there too!) |
Fwiw, there are several tasks:
|
I wonder if we replace the 'Delete and redraft' option with edit for clients on a mastodon version that support it, can anyone think of a reason to keep both options? |
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
This comment was marked as abuse.
Nah, keep Delete and redraft as well, but please do enable editing. GotoSocial has caught up and supports it as well now. |
I guess this is a new thing in Mastodon? Needs some way to determine whether or not the server supports it, though. E.g. I dunno if Pleroma supports this.
The text was updated successfully, but these errors were encountered: