Allow un-reacting in read-only rooms

This commit is contained in:
Cadence Ember
2025-04-16 22:42:00 +12:00
parent 4cb99feeb2
commit b0ffb45e55
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ test("channel2room: read-only discord channel", async t => {
"m.room.power_levels/": {
events_default: 50, // <-- it should be read-only!
events: {
"m.reaction": 0
"m.reaction": 0,
"m.room.redaction": 0
},
notifications: {
room: 20,