diff options
author | reivilibre <oliverw@matrix.org> | 2021-11-04 17:10:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 17:10:11 +0000 |
commit | 499c44d69685c1c1e347ff252ad08f5dfe089a83 (patch) | |
tree | 8cf93492811fb2e7b3944e61b882d71403d713c2 /changelog.d | |
parent | Additional test for `cachedList` (#11246) (diff) | |
download | synapse-499c44d69685c1c1e347ff252ad08f5dfe089a83.tar.xz |
Make minor correction to type of auth_checkers callbacks (#11253)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11253.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11253.misc b/changelog.d/11253.misc new file mode 100644 index 0000000000..71c55a2751 --- /dev/null +++ b/changelog.d/11253.misc @@ -0,0 +1 @@ +Make minor correction to the type of `auth_checkers` callbacks. |