matrix-widget-api
matrix-widget-api copied to clipboard
Widget API should reject mismatched event locations per MSC2762
https://github.com/matrix-org/matrix-doc/pull/2762/files#diff-82b2a520f3d8a1ad46a9347f20bc49d3202e417cf71798a1c95317de49445e41R63-R65
Clients SHOULD automatically deny
m.send.event
andm.send.state_event
capability requests for known event types which do not match the descriptor. For example,m.send.event:m.room.topic
should be denied, as shouldm.send.state_event:m.room.message
.