ulyssa / iamb

A Matrix client for Vim addicts
https://iamb.chat
Apache License 2.0
608 stars 45 forks source link

Support viewing the original source for a message #259

Open ulyssa opened 5 months ago

ulyssa commented 5 months ago

It would be nice to have a command like :source to show the original JSON object of a message or event like "View Source" does in other clients. This probably means keeping the original Raw<...> version of timeline events in the Message struct.