dendrite
dendrite copied to clipboard
Verify `msgtype` is set on `m.room.message` events
https://spec.matrix.org/v1.3/client-server-api/#mroommessage
"Discovered" because I forgot to set the msgtype in Complement, Dendrite was happy, Synapse failed the tests because of the missing msgtype
If you want to do unnecessary validation, shouldn't you also check that body exists?
In which way unnecessary?
Closing because we don't think it's necessary for Dendrite to enforce this.