Merge pull request #62 from DarkKirb/hotfix-synapse-v2

don’t add the telegram registration twice
This commit is contained in:
Charlotte 🦝 Delenk 2022-11-24 10:26:01 +01:00 committed by GitHub
commit cb74ef4fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -77,10 +77,6 @@
"fec0::/10"
];
enable_registration = false;
app_service_config_files = [
"/var/lib/mautrix-telegram/telegram-registration.yaml"
#config.sops.secrets."services/synapse/discord-dev-registration.yaml".path
];
signing_key_path = config.sops.secrets."services/synapse/private_key".path;
enable_metrics = true;
experimental_features = {