Merge pull request #57 from DarkKirb/require-bridge-encryption
Require bridge encryption for the bridges
This commit is contained in:
commit
41716b95ea
4 changed files with 16 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue