Allow un-reacting in read-only rooms
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user