diff options
author | Will Hunt <will@half-shot.uk> | 2023-08-24 15:40:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 10:40:26 -0400 |
commit | 0538e3e2dba8ff5bbc13f11d796e696f6ba8a7c7 (patch) | |
tree | f40c44f233f4ec5ac5a17a91a63ced0458d69c84 /changelog.d/16136.feature | |
parent | Bump serde_json from 1.0.104 to 1.0.105 (#16140) (diff) | |
download | synapse-0538e3e2dba8ff5bbc13f11d796e696f6ba8a7c7.tar.xz |
Add `Retry-After` to M_LIMIT_EXCEEDED error responses (#16136)
Implements MSC4041 behind an experimental configuration flag.
Diffstat (limited to 'changelog.d/16136.feature')
-rw-r--r-- | changelog.d/16136.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16136.feature b/changelog.d/16136.feature new file mode 100644 index 0000000000..4ad98a88c3 --- /dev/null +++ b/changelog.d/16136.feature @@ -0,0 +1 @@ +Return a `Retry-After` with `M_LIMIT_EXCEEDED` error responses. |