element-meta
element-meta copied to clipboard
Send message permission is tied to `events_default`
Steps to reproduce
- change sending message permission in settings to moderator using account 1 (admin)
- observe in account 2 (with member permission)
- you can still send messages
Outcome
It should change the m.room.message permission settings.
Application version
develop.element.io Element version: 8bf2049f8a18-js-7c1e25e713a8 Crypto version: Rust SDK 0.14.0 (c3b7918), Vodozemac 0.9.0
It uses events_default as it covers unencrypted messages m.room.message, encrypted messages m.room.encrypted, stickers m.sticker, polls org.matrix.msc3381.poll.start and more. So changing m.room.message would not have the same effect.