diff options
author | David Robertson <davidr@element.io> | 2022-07-13 19:48:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 19:48:24 +0100 |
commit | 0eb7e697682a8033564df6d602a7098d9a93d03e (patch) | |
tree | 36e69e0168ca0b226d0a0c05045865a7515597b5 /changelog.d | |
parent | Call the v2 identity service `/3pid/unbind` endpoint, rather than v1. (#13240) (diff) | |
download | synapse-0eb7e697682a8033564df6d602a7098d9a93d03e.tar.xz |
Notifier: accept callbacks to fire on room joins (#13254)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13254.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13254.misc b/changelog.d/13254.misc new file mode 100644 index 0000000000..cba6b9ee0f --- /dev/null +++ b/changelog.d/13254.misc @@ -0,0 +1 @@ +Preparatory work for a per-room rate limiter on joins. |