Make channels unencrypted

Also, show info about older messages being deleted in rooms with message retention set.
This commit is contained in:
N-Pex 2024-06-05 15:44:34 +02:00
parent 057561ff4a
commit 54982298fa
4 changed files with 51 additions and 8 deletions

View file

@ -145,18 +145,18 @@ export default {
preset: "public_chat",
initial_state:
[
{
type: "m.room.encryption",
state_key: "",
content: {
algorithm: "m.megolm.v1.aes-sha2",
},
},
// {
// type: "m.room.encryption",
// state_key: "",
// content: {
// algorithm: "m.megolm.v1.aes-sha2",
// },
// },
{
type: "m.room.history_visibility",
state_key: "",
content: {
history_visibility: "joined"
history_visibility: "shared"
}
},
{