diff options
author | David Robertson <davidr@element.io> | 2022-07-13 20:09:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 19:09:42 +0000 |
commit | 599c403d996ed5d66cacd63abfd2e7a87279b927 (patch) | |
tree | 732fcae258aa2f5498fb89b34dcfe6c35e1fd47e /changelog.d | |
parent | Notifier: accept callbacks to fire on room joins (#13254) (diff) | |
download | synapse-599c403d996ed5d66cacd63abfd2e7a87279b927.tar.xz |
Allow rate limiters to passively record actions they cannot limit (#13253)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13253.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13253.misc b/changelog.d/13253.misc new file mode 100644 index 0000000000..cba6b9ee0f --- /dev/null +++ b/changelog.d/13253.misc @@ -0,0 +1 @@ +Preparatory work for a per-room rate limiter on joins. |