diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-24 13:24:54 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-24 13:24:54 +0000 |
commit | b2e71e372efe6b29679aa4be3f799d54bd82e953 (patch) | |
tree | 1caaea6f179d52f4e1d0f9855106fc4295ec8c40 /tox.ini | |
parent | Updated warning for incorrect database collation/ctype (#6985) (diff) | |
parent | Port PresenceHandler to async/await (#6991) (diff) | |
download | synapse-b2e71e372efe6b29679aa4be3f799d54bd82e953.tar.xz |
Port PresenceHandler to async/await (#6991)
* commit '1f773eec9': Port PresenceHandler to async/await (#6991)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index 3d173ee97a..7ab9890137 100644 --- a/tox.ini +++ b/tox.ini @@ -183,6 +183,7 @@ commands = mypy \ synapse/events/spamcheck.py \ synapse/federation/sender \ synapse/federation/transport \ + synapse/handlers/presence.py \ synapse/handlers/sync.py \ synapse/handlers/ui_auth \ synapse/logging/ \ |