Merge pull request #59880 from florianjacob/matrix-synapse-identity-servers
nixos/matrix-synapse: correct trusted_third_party_id_servers default
This commit is contained in:
commit
451961ead2
@ -554,7 +554,10 @@ in {
|
|||||||
};
|
};
|
||||||
trusted_third_party_id_servers = mkOption {
|
trusted_third_party_id_servers = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = ["matrix.org"];
|
default = [
|
||||||
|
"matrix.org"
|
||||||
|
"vector.im"
|
||||||
|
];
|
||||||
description = ''
|
description = ''
|
||||||
The list of identity servers trusted to verify third party identifiers by this server.
|
The list of identity servers trusted to verify third party identifiers by this server.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user