nheko
nheko copied to clipboard
Unknown message types are not displayed
Per the m.room.message spec, the "body" key of message event content
MUST be used with every kind of msgtype as a fallback mechanism for when a client cannot render a message.
Nheko thus can and should display the contents of this key to the user as plain text for unrecognized messages.
Just to keep track of the missing messages
- [x] m.video
- [x] m.audo
- [ ] m.location
To be clear, this is not a problem of missing handling for specific message types. This is a problem of missing handling for otherwise unhandled message types, and is needed regardless of what message types are handled.