Allow anyone to react in read-only rooms
This commit is contained in:
parent
6e00066048
commit
b6b0c1204e
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@ async function channelToKState(channel, guild, di) {
|
||||||
/** @type {Ty.Event.M_Power_Levels} */
|
/** @type {Ty.Event.M_Power_Levels} */
|
||||||
"m.room.power_levels/": {
|
"m.room.power_levels/": {
|
||||||
events_default: everyoneCanSend ? 0 : 50,
|
events_default: everyoneCanSend ? 0 : 50,
|
||||||
|
events: {
|
||||||
|
"m.reaction": 0
|
||||||
|
},
|
||||||
notifications: {
|
notifications: {
|
||||||
room: everyoneCanMentionEveryone ? 0 : 20
|
room: everyoneCanMentionEveryone ? 0 : 20
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue