Merge pull request 'use pypy3 for synapse and don’t encrypt appservices by default' (#92) from update-synapse-config into main
Reviewed-on: #92
This commit is contained in:
commit
a28916fb0c
4 changed files with 0 additions and 4 deletions
|
@ -42,7 +42,6 @@
|
|||
};
|
||||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = true;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
appservice = true;
|
||||
default = true;
|
||||
require = false;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
appservice = true;
|
||||
default = true;
|
||||
require = false;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
appservice = true;
|
||||
default = true;
|
||||
require = false;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue