Fix complete fail to do the right thing

This commit is contained in:
Richard van der Hoff 2018-09-28 12:45:54 +01:00
parent 0c4a99ea2d
commit 965154d60a
2 changed files with 3 additions and 1 deletions

View file

@ -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",