Use the correct property for guest access
This commit is contained in:
parent
613a1dc086
commit
42ba38e3dd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ async function guildToKState(guild, privacyLevel) {
|
|||
"m.room.name/": {name: guild.name},
|
||||
"m.room.avatar/": avatarEventContent,
|
||||
"m.room.guest_access/": {guest_access: createRoom.PRIVACY_ENUMS.GUEST_ACCESS[privacyLevel]},
|
||||
"m.room.history_visibility/": {history_visibility: createRoom.PRIVACY_ENUMS.GUEST_ACCESS[privacyLevel]}
|
||||
"m.room.history_visibility/": {history_visibility: createRoom.PRIVACY_ENUMS.SPACE_HISTORY_VISIBILITY[privacyLevel]}
|
||||
}
|
||||
|
||||
return guildKState
|
||||
|
|
Loading…
Reference in a new issue