nheko icon indicating copy to clipboard operation
nheko copied to clipboard

Unknown message types are not displayed

Open Ralith opened this issue 8 years ago • 2 comments

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.

Ralith avatar Nov 30 '17 04:11 Ralith

Just to keep track of the missing messages

  • [x] m.video
  • [x] m.audo
  • [ ] m.location

mujx avatar Nov 30 '17 09:11 mujx

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.

Ralith avatar Dec 01 '17 05:12 Ralith