invited users in registration should be admin

This commit is contained in:
Cadence Ember 2023-10-12 22:55:52 +13:00
parent 3f3851d1f5
commit e84e0d28db
2 changed files with 4 additions and 2 deletions

View file

@ -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