mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 11:03:51 +01:00
Add vector.im as trusted ID server
This commit is contained in:
parent
2c963054f8
commit
28d07a02e4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class IdentityHandler(BaseHandler):
|
|||
http_client = SimpleHttpClient(self.hs)
|
||||
# XXX: make this configurable!
|
||||
# trustedIdServers = ['matrix.org', 'localhost:8090']
|
||||
trustedIdServers = ['matrix.org']
|
||||
trustedIdServers = ['matrix.org', 'vector.im']
|
||||
|
||||
if 'id_server' in creds:
|
||||
id_server = creds['id_server']
|
||||
|
|
Loading…
Reference in a new issue