Merge pull request #3964 from matrix-org/rav/remove_localhost_checks

remove spurious federation checks on localhost
This commit is contained in:
Richard van der Hoff 2018-09-28 13:35:47 +01:00 committed by GitHub
commit 3deaad2fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 30 deletions

View file

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