bundles/matrix-synapse: set suppress_key_server_warning if using matrix.org as trusted key server
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6adc4a675f
commit
dd082d45e9
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ trusted_key_servers:
|
|||
% for server in sorted(trusted_key_servers):
|
||||
- server_name: "${server}"
|
||||
% endfor
|
||||
% if 'matrix.org' in trusted_key_servers:
|
||||
suppress_key_server_warning: true
|
||||
%endif
|
||||
|
||||
password_config:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue