diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-25 10:52:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 10:52:15 -0400 |
commit | 5099bd68da4cf27364671a46c5754ec06d7a7a34 (patch) | |
tree | 4996244021b6bfb329ef534885c3cefc90dcf112 /changelog.d | |
parent | Merge tag 'v1.19.1rc1' into develop (diff) | |
download | synapse-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.feature | 1 |
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). |