forked from cadence/out-of-your-element
invited users in registration should be admin
This commit is contained in:
parent
3f3851d1f5
commit
e84e0d28db
2 changed files with 4 additions and 2 deletions
|
@ -134,7 +134,8 @@ async function channelToKState(channel, guild) {
|
|||
"m.room.power_levels/": {
|
||||
events: {
|
||||
"m.room.avatar": 0
|
||||
}
|
||||
},
|
||||
users: reg.ooye.invite.reduce((a, c) => (a[c] = 100, a), {})
|
||||
},
|
||||
"chat.schildi.hide_ui/read_receipts": {
|
||||
hidden: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue