diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-27 15:32:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 15:32:19 +0000 |
commit | 0c7f9cb81fbfa4922f0c7b935374322a7fda4bee (patch) | |
tree | d483e4e94d565cf53af933eb29ceb0ddc002edd3 /synapse/handlers | |
parent | Add admin API to list users' local media (#8647) (diff) | |
download | synapse-0c7f9cb81fbfa4922f0c7b935374322a7fda4bee.tar.xz |
Don't unnecessarily start bg process while handling typing. (#8668)
There's no point starting a background process when all its going to do is bail if federation isn't enabled.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/typing.py | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py |