summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-09-28 12:45:54 +0100
committerRichard van der Hoff <richard@matrix.org>2018-09-28 12:45:54 +0100
commit965154d60af59b69eac01f7cfcf821a757ae93fa (patch)
tree9cfc60a534ffbe42e43d1f8abba20e3efc29fe12 /synapse/handlers
parentchangelog (diff)
downloadsynapse-965154d60af59b69eac01f7cfcf821a757ae93fa.tar.xz
Fix complete fail to do the right thing
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/typing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py

index 2d2d3d5a0d..bf82b3f864 100644 --- a/synapse/handlers/typing.py +++ b/synapse/handlers/typing.py
@@ -218,6 +218,7 @@ class TypingHandler(object): for domain in set(get_domain_from_id(u) for u in users): if domain != self.server_name: + logger.debug("sending typing update to %s", domain) self.federation.send_edu( destination=domain, edu_type="m.typing",