summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-25 10:52:15 -0400
committerGitHub <noreply@github.com>2020-08-25 10:52:15 -0400
commit5099bd68da4cf27364671a46c5754ec06d7a7a34 (patch)
tree4996244021b6bfb329ef534885c3cefc90dcf112 /changelog.d
parentMerge tag 'v1.19.1rc1' into develop (diff)
downloadsynapse-5099bd68da4cf27364671a46c5754ec06d7a7a34.tar.xz
Do not allow send_nonmember_event to be called with shadow-banned users. (#8158)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8158.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8158.feature b/changelog.d/8158.feature
new file mode 100644
index 0000000000..47c4c39167
--- /dev/null
+++ b/changelog.d/8158.feature
@@ -0,0 +1 @@
+ Add support for shadow-banning users (ignoring any message send requests).