diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-08-03 11:40:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 10:40:20 +0100 |
commit | d6e94ad9d9b22efe0f5eb64d946c10a542068f7c (patch) | |
tree | 16509bc293460876542f97ef67b71aa3bb87c42e /changelog.d | |
parent | Add module API method to resolve a room alias to a room ID (#13428) (diff) | |
download | synapse-d6e94ad9d9b22efe0f5eb64d946c10a542068f7c.tar.xz |
Rename `RateLimitConfig` to `RatelimitSettings` (#13442)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13442.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13442.misc b/changelog.d/13442.misc new file mode 100644 index 0000000000..f503bc79d3 --- /dev/null +++ b/changelog.d/13442.misc @@ -0,0 +1 @@ +Rename class `RateLimitConfig` to `RatelimitSettings` and `FederationRateLimitConfig` to `FederationRatelimitSettings`. \ No newline at end of file |