summary refs log tree commit diff
path: root/synapse/handlers/oidc_handler.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-31 17:19:54 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-31 17:19:54 +0000
commit192bf29ca008efd5b72ca23ce2201ee0d3c4c3f1 (patch)
tree7c8e73b7a147f7b4b7c498bd34c6fda4e0215d5a /synapse/handlers/oidc_handler.py
parentMerge commit '53b12688d' into anoa/dinsic_release_1_23_1 (diff)
parent1.24.0rc2 (diff)
downloadsynapse-192bf29ca008efd5b72ca23ce2201ee0d3c4c3f1.tar.xz
Merge commit '693dab487' into anoa/dinsic_release_1_23_1
Diffstat (limited to 'synapse/handlers/oidc_handler.py')
-rw-r--r--synapse/handlers/oidc_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/oidc_handler.py b/synapse/handlers/oidc_handler.py

index 55c4377890..c605f7082a 100644 --- a/synapse/handlers/oidc_handler.py +++ b/synapse/handlers/oidc_handler.py
@@ -888,7 +888,7 @@ class OidcHandler(BaseHandler): # continue to already be in use. Note that the error raised is # arbitrary and will get turned into a MappingException. if failures: - raise RuntimeError( + raise MappingException( "Mapping provider does not support de-duplicating Matrix IDs" )