diff --git a/config/services/mautrix-discord.nix b/config/services/mautrix-discord.nix index 4d32e5ae..ce5aade4 100644 --- a/config/services/mautrix-discord.nix +++ b/config/services/mautrix-discord.nix @@ -29,6 +29,10 @@ private_chat_portal_meta = true; encryption = { allow = true; + default = true; + appservice = true; + require = true; + allow_key_sharing = true; }; permissions = { "@lotte:chir.rs" = "admin"; diff --git a/config/services/mautrix-signal.nix b/config/services/mautrix-signal.nix index 5e17599f..d6e341b7 100644 --- a/config/services/mautrix-signal.nix +++ b/config/services/mautrix-signal.nix @@ -38,6 +38,10 @@ login_shared_secret_map = {}; encryption = { allow = true; + default = true; + appservice = true; + require = true; + allow_key_sharing = true; }; private_chat_portal_meta = true; delivery_receipts = true; diff --git a/config/services/mautrix-telegram.nix b/config/services/mautrix-telegram.nix index e3112653..25307ada 100644 --- a/config/services/mautrix-telegram.nix +++ b/config/services/mautrix-telegram.nix @@ -37,7 +37,10 @@ animated_sticker.target = "webm"; encryption = { allow = true; - keysharing.allow = true; + default = true; + appservice = true; + require = true; + allow_key_sharing = true; }; delivery_receipts = true; delivery_error_reports = true; diff --git a/config/services/mautrix-whatsapp.nix b/config/services/mautrix-whatsapp.nix index ee54fc4b..ca3c4595 100644 --- a/config/services/mautrix-whatsapp.nix +++ b/config/services/mautrix-whatsapp.nix @@ -42,6 +42,10 @@ url_previews = true; encryption = { allow = true; + default = true; + appservice = true; + require = true; + allow_key_sharing = true; }; permissions = { "@lotte:chir.rs" = "admin";