diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-04 11:30:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 11:30:46 -0500 |
commit | 13892776ef7e0b1af2f82c9ca53f7bbd1c60d66f (patch) | |
tree | 8feb9bd4b45a2438030338984eda3dfbb4ed21d1 /tox.ini | |
parent | Read the room version from database when fetching events (#6874) (diff) | |
download | synapse-13892776ef7e0b1af2f82c9ca53f7bbd1c60d66f.tar.xz |
Allow deleting an alias if the user has sufficient power level (#6986)
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 097ebb8774..7622aa19f1 100644 --- a/tox.ini +++ b/tox.ini @@ -185,6 +185,7 @@ commands = mypy \ synapse/federation/federation_client.py \ synapse/federation/sender \ synapse/federation/transport \ + synapse/handlers/directory.py \ synapse/handlers/presence.py \ synapse/handlers/sync.py \ synapse/handlers/ui_auth \ |