summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2020-11-11 14:23:16 +0000
committerGitHub <noreply@github.com>2020-11-11 14:23:16 +0000
commit89700dfb8c2fbf375d12edbde01429b4e6bfd884 (patch)
tree17e32ff26b8ec5036f4cbe4e1fea5b3fe74ddb02 /changelog.d
parentBetter error message when a remote resource uses invalid Content-Type (#8719) (diff)
downloadsynapse-89700dfb8c2fbf375d12edbde01429b4e6bfd884.tar.xz
Check support room has only two users before sending a notice (#8728)
* Check support room has only two users

* Create 8728.bugfix

* Update synapse/server_notices/server_notices_manager.py

Co-authored-by: Erik Johnston <erik@matrix.org>

Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8728.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8728.bugfix b/changelog.d/8728.bugfix
new file mode 100644
index 0000000000..8064aad0ff
--- /dev/null
+++ b/changelog.d/8728.bugfix
@@ -0,0 +1 @@
+Fix bug where the `/_synapse/admin/v1/send_server_notice` API could send notices to non-notice rooms.