parent
6f13783dcb
commit
75ade37892
2 changed files with 40 additions and 19 deletions
|
|
@ -380,6 +380,13 @@ export default {
|
|||
algorithm: "m.megolm.v1.aes-sha2",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "m.room.history_visibility",
|
||||
state_key: "",
|
||||
content: {
|
||||
history_visibility: "joined"
|
||||
}
|
||||
}
|
||||
],
|
||||
};
|
||||
} else {
|
||||
|
|
@ -403,6 +410,13 @@ export default {
|
|||
guest_access: "forbidden",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "m.room.history_visibility",
|
||||
state_key: "",
|
||||
content: {
|
||||
history_visibility: "joined"
|
||||
}
|
||||
}
|
||||
],
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue