niochat / nio

💬 Nio is an upcoming matrix client for iOS.
https://nio.chat
Mozilla Public License 2.0
540 stars 43 forks source link

Image captions #112

Open kiliankoe opened 4 years ago

kiliankoe commented 4 years ago

@benparsons suggested separate message events with a caption relation.

"m.relates_to": {
  "event_id": "(some image event)",
  "rel_type": "m.caption"
},
regexident commented 4 years ago

I suppose it would be sensible to use "nio.caption", rather than "m.caption"?

regexident commented 4 years ago

https://github.com/matrix-org/matrix-doc/pull/2529

kiliankoe commented 4 years ago

See also the alternative https://github.com/matrix-org/matrix-doc/pull/2530

MurzNN commented 3 years ago

And one more alternative https://github.com/matrix-org/matrix-doc/pull/2881 with support for multiple attachments