summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-07-11 21:12:28 +0100
committerDavid Robertson <davidr@element.io>2022-07-11 21:12:28 +0100
commit80e2e0b4f2af1a547574805bf79ee254dc74e83c (patch)
tree9c293326976d943126ccbab9a432bfe7079bd0e9
parentMonstrous test update of doom (diff)
downloadsynapse-dmr/rate-limit-remote-joins.tar.xz
per discussion today
-rw-r--r--changelog.d/13169.config1
-rw-r--r--pyproject.toml5
2 files changed, 0 insertions, 6 deletions
diff --git a/changelog.d/13169.config b/changelog.d/13169.config
deleted file mode 100644
index 560592d1c8..0000000000
--- a/changelog.d/13169.config
+++ /dev/null
@@ -1 +0,0 @@
-[`rc_joins_per_room`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#rc_joins_per_room): parameters for the per-room join rate limit.
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 475973deac..3a56c42c0b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,11 +10,6 @@
         showcontent = true
 
     [[tool.towncrier.type]]
-        directory = "config"
-        name = "Config options"
-        showcontent = true
-
-    [[tool.towncrier.type]]
         directory = "bugfix"
         name = "Bugfixes"
         showcontent = true