diff options
author | David Robertson <davidr@element.io> | 2022-07-11 21:12:28 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-11 21:12:28 +0100 |
commit | 80e2e0b4f2af1a547574805bf79ee254dc74e83c (patch) | |
tree | 9c293326976d943126ccbab9a432bfe7079bd0e9 | |
parent | Monstrous test update of doom (diff) | |
download | synapse-github/dmr/rate-limit-remote-joins.tar.xz |
Don't use newsfiles for config changes github/dmr/rate-limit-remote-joins dmr/rate-limit-remote-joins
per discussion today
-rw-r--r-- | changelog.d/13169.config | 1 | ||||
-rw-r--r-- | pyproject.toml | 5 |
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 |