diff options
author | David Robertson <davidr@element.io> | 2022-07-04 13:07:56 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-04 19:10:15 +0100 |
commit | 121590a0c98ab8c703850285e40884d53a655794 (patch) | |
tree | d5ec8f0596d58d6b93f33381eca7b2b540a26051 | |
parent | Fixes to unit tests (diff) | |
download | synapse-121590a0c98ab8c703850285e40884d53a655794.tar.xz |
Changelog
-rw-r--r-- | changelog.d/13169.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13169.feature b/changelog.d/13169.feature new file mode 100644 index 0000000000..068d158ed5 --- /dev/null +++ b/changelog.d/13169.feature @@ -0,0 +1 @@ +Add per-room rate limiting for room joins. For each room, Synapse now monitors the rate of join events in that room, and throttle additional joins if that rate grows too large. |