Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Show history for edited toots #22

Open
NickColley opened this issue Jan 22, 2023 · 2 comments
Open

Show history for edited toots #22

NickColley opened this issue Jan 22, 2023 · 2 comments
Labels
📝 to do Prioritised bit of work to be done
Milestone

Comments

@NickColley
Copy link
Owner

NickColley commented Jan 22, 2023

https://docs.joinmastodon.org/methods/statuses/#history

This should be done lazily rather than getting history for every toot that has been edited...

Does this need to be stored in the local store (indexeddb)? I'll have to figure that out if so...

The Mastodon interface mirrors the GitHub interface wherein there is an initial tooltip that then shows individual entries in a dialog:

@NickColley NickColley added this to the Edit toots milestone Jan 22, 2023
@NickColley NickColley added the 📝 to do Prioritised bit of work to be done label Jan 22, 2023
@xeno
Copy link

xeno commented Jan 24, 2023

It may be possible to add meta markers in the post, kind of how hashtags were invented, or how "likes" were done by Android's SMS tool up until a few months ago. Something like [edited from #35235] or [edit/15353]. Semaphore could pick that up and show an edit-train while non-semaphore clients would simply see the edit message and know its an edit. Just an idea. In general, I'm more of a fan of suggesting the edit paradigm to ActivityPub and have the format put in the spec (or maybe both?)

@NickColley
Copy link
Owner Author

For this I think we'll use the Mastodon API for that side of things so it's more a matter of how we display the history.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
📝 to do Prioritised bit of work to be done
Projects
None yet
Development

No branches or pull requests

2 participants