summary refs log tree commit diff
path: root/synapse/handlers/typing.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-09-28 13:35:47 +0100
committerGitHub <noreply@github.com>2018-09-28 13:35:47 +0100
commit3deaad2fb42654ee49090f756acab51b7a84d9cb (patch)
treeef6998998fd2267fbb9e5f09cd6ff009e1a18776 /synapse/handlers/typing.py
parentMerge pull request #3980 from matrix-org/rav/remove_broken_cache_call (diff)
parentFix complete fail to do the right thing (diff)
downloadsynapse-3deaad2fb42654ee49090f756acab51b7a84d9cb.tar.xz
Merge pull request #3964 from matrix-org/rav/remove_localhost_checks
remove spurious federation checks on localhost
Diffstat (limited to 'synapse/handlers/typing.py')
-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 65f475d639..c610933dd4 100644
--- a/synapse/handlers/typing.py
+++ b/synapse/handlers/typing.py
@@ -224,6 +224,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",