diff options
Diffstat (limited to 'changelog.d/13276.feature')
-rw-r--r-- | changelog.d/13276.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13276.feature b/changelog.d/13276.feature new file mode 100644 index 0000000000..068d158ed5 --- /dev/null +++ b/changelog.d/13276.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. |