transfem-org / Sharkey

🌎 A Sharkish microblogging platform 🚀
https://joinsharkey.org/
73 stars 19 forks source link

feat: image description edits should federate #116

Closed tastytea closed 9 months ago

tastytea commented 10 months ago

💡 Summary

edits to image descriptions are not federated. they only show up locally.

📝 Steps to Reproduce

  1. post a note with an image
  2. edit the note
  3. edit the image description
  4. look at the note on another instance

📌 Environment

💻 Frontend

🛰 Backend (for server admin)

Mar0xy commented 10 months ago

Currently the edit implementation is generally missing updating files due to the complexity added by the drive feature letting you update the alt text as well but it's planned to be added eventually down the line.

Mar0xy commented 9 months ago

This has now been added with the commit https://github.com/transfem-org/Sharkey/commit/9383e3affd647ca5a5f8b5a5512bc69c5d7cd1c4

The ability to federate caption edits per drive was skipped cause mastodon and co can only accept document edits via statuses in the first place.