mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:54:52 -04:00
Fix complete fail to do the right thing
This commit is contained in:
parent
0c4a99ea2d
commit
965154d60a
2 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue