Allow anyone to react in read-only rooms
This commit is contained in:
parent
6e00066048
commit
6eed4ec54a
3 changed files with 9 additions and 0 deletions
|
@ -74,6 +74,9 @@ module.exports = {
|
|||
},
|
||||
"m.room.power_levels/": {
|
||||
events_default: 0,
|
||||
events: {
|
||||
"m.reaction": 0
|
||||
},
|
||||
users: {
|
||||
"@test_auto_invite:example.org": 100
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue