Users cannot send messages in encrypted rooms when m.room.message is inaccessible via power levels
#3025
timedoutuk
started this conversation in
Issue Triage
Replies: 1 comment 2 replies
|
Afaik, |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Issue Description
When encryption is enabled, and

m.room.message's power level is above users' own (e.g. set to 100), cinny prevents standard users sending any messages at all:Expected Behavior
Cinny should allow posting (encrypted) messages even if
m.room.message(unencrypted message) is disallowedActual Behavior
Cinny prevents messages being composed in the first place
Reproduction Steps
m.room.encryptedto0(so all users can send)m.room.messageto anything but 0 (so regular users can't send unencrypted messages)Environement
Relevant Logs
No response
Additional context
No response
I acknowledge that:
```) on separate lines.All reactions