summary refs log tree commit diff
path: root/synapse/handlers/identity.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-06-05 18:09:13 +0100
committerDavid Baker <dave@matrix.org>2018-06-05 18:09:13 +0100
commitd62162bbec27f8d14274ae56c8a6d0bcaa2941fe (patch)
treebe271d8b2c9dae75b397e915694f8c0708674513 /synapse/handlers/identity.py
parentDocstring (diff)
downloadsynapse-d62162bbec27f8d14274ae56c8a6d0bcaa2941fe.tar.xz
doc fixes
Diffstat (limited to 'synapse/handlers/identity.py')
-rw-r--r--synapse/handlers/identity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/identity.py b/synapse/handlers/identity.py

index 434eb17ef0..529400955d 100644 --- a/synapse/handlers/identity.py +++ b/synapse/handlers/identity.py
@@ -149,7 +149,7 @@ class IdentityHandler(BaseHandler): threepid (dict): Dict with medium & address of binding to be removed Returns: - Deferred + Deferred[bool]: True on success, otherwise False """ logger.debug("unbinding threepid %r from %s", threepid, mxid) if not self.trusted_id_servers: