fix broken copy invite link

This commit is contained in:
10G Meow 2023-08-13 14:06:53 +03:00
parent 5e3aaf291e
commit 582354ea29
2 changed files with 9 additions and 3 deletions

View file

@ -333,7 +333,7 @@ export default {
visibility: "private", // Not listed!
name: this.roomName,
preset: "public_chat",
initial_state:
initial_state:
this.unencryptedRoom ? [
{
type: "m.room.history_visibility",
@ -342,7 +342,7 @@ export default {
history_visibility: "shared"
}
}
] :
] :
[
{
type: "m.room.encryption",