Merge pull request #62 from DarkKirb/hotfix-synapse-v2
don’t add the telegram registration twice
This commit is contained in:
commit
cb74ef4fcd
5 changed files with 0 additions and 8 deletions
|
@ -30,7 +30,6 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = true;
|
||||
require = true;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = true;
|
||||
require = true;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = true;
|
||||
require = true;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
encryption = {
|
||||
allow = true;
|
||||
default = true;
|
||||
appservice = true;
|
||||
require = true;
|
||||
allow_key_sharing = true;
|
||||
};
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue