Merge pull request #514 from DarkKirb/fix-bridges
use appservice encryption for bridges
This commit is contained in:
commit
9a54e56c4e
4 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = false;
|
||||
appservice = true;
|
||||
require = false;
|
||||
plaintext_mentions = true;
|
||||
allow_key_sharing = true;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = false;
|
||||
appservice = true;
|
||||
require = false;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = false;
|
||||
appservice = true;
|
||||
require = false;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = false;
|
||||
appservice = true;
|
||||
require = false;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue