summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2023-11-22 14:47:29 +0100
committerGitHub <noreply@github.com>2023-11-22 13:47:29 +0000
commitc432d8f18fc2eb35fff780c6d76dd31841204242 (patch)
treec650a928bd10e28b468ec56095fe82a3a13f74be /changelog.d
parentBump pydantic from 2.4.2 to 2.5.1 (#16663) (diff)
downloadsynapse-c432d8f18fc2eb35fff780c6d76dd31841204242.tar.xz
Admin API for server notice: consistently bypass rate limits (#16670)
* Admin API for server notice: disable rate limit for all calls

* Add changelog

* Update changelog.d/16670.bugfix
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16670.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16670.bugfix b/changelog.d/16670.bugfix
new file mode 100644
index 0000000000..f1369abc06
--- /dev/null
+++ b/changelog.d/16670.bugfix
@@ -0,0 +1 @@
+Consistently bypass rate limits when using the server notice admin API.