diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-08-21 10:06:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 10:06:45 +0100 |
commit | 09fd0eda81c8cdab67d0fee83c4035886c881983 (patch) | |
tree | 49b648f944a77653de05915eec6689383ea91c25 /changelog.d | |
parent | Allow denying or shadow banning registrations via the spam checker (#8034) (diff) | |
download | synapse-09fd0eda81c8cdab67d0fee83c4035886c881983.tar.xz |
Micro-optimisations to get_auth_chain_ids (#8132)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8132.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8132.misc b/changelog.d/8132.misc new file mode 100644 index 0000000000..7afa267c69 --- /dev/null +++ b/changelog.d/8132.misc @@ -0,0 +1 @@ +Micro-optimisations to get_auth_chain_ids. |