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:
Charlotte 🦝 Delenk 2023-06-07 07:39:56 +00:00
commit a28916fb0c
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558
4 changed files with 0 additions and 4 deletions

View file

@ -42,7 +42,6 @@
};
encryption = {
allow = true;
default = true;
appservice = true;
allow_key_sharing = true;
};

View file

@ -38,7 +38,6 @@
encryption = {
allow = true;
appservice = true;
default = true;
require = false;
allow_key_sharing = true;
};

View file

@ -34,7 +34,6 @@
encryption = {
allow = true;
appservice = true;
default = true;
require = false;
allow_key_sharing = true;
};

View file

@ -47,7 +47,6 @@
encryption = {
allow = true;
appservice = true;
default = true;
require = false;
allow_key_sharing = true;
};