diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-23 11:17:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 11:17:42 +0100 |
commit | 85d1e03b9d50c1c64d2742ef3ec4f2dcd2bf7f9f (patch) | |
tree | 6185322d9454c8635ddbf0282ac93fbf0e71ceda /changelog.d | |
parent | Run black on synapse.crypto.keyring (#5232) (diff) | |
download | synapse-85d1e03b9d50c1c64d2742ef3ec4f2dcd2bf7f9f.tar.xz |
Simplifications and comments in do_auth (#5227)
I was staring at this function trying to figure out wtf it was actually doing. This is (hopefully) a non-functional refactor which makes it a bit clearer.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5227.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5227.misc b/changelog.d/5227.misc new file mode 100644 index 0000000000..32bd7b6009 --- /dev/null +++ b/changelog.d/5227.misc @@ -0,0 +1 @@ +Simplifications and comments in do_auth. |