diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-18 19:43:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 19:43:36 +0200 |
commit | 93eaeec75a2d3be89df0040b1374d339e92bb9b9 (patch) | |
tree | b0f628ee589454ee8012a905116f4696933351d5 /synapse/api | |
parent | Merge branch 'uhoreg/e2e_cross-signing_merged' into develop (diff) | |
download | synapse-93eaeec75a2d3be89df0040b1374d339e92bb9b9.tar.xz |
Remove Auth.check method (#6217)
This method was somewhat redundant, and confusing.
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/auth.py | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py |