diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-24 13:08:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 13:08:33 -0400 |
commit | 3f8f96be00104e1d1d42fde8e513985fc66201bf (patch) | |
tree | 42d2b0e0d53b586432d5700c7440a67d0e655fe8 /changelog.d | |
parent | Don't fail /submit_token requests on incorrect session ID if request_token_in... (diff) | |
download | synapse-3f8f96be00104e1d1d42fde8e513985fc66201bf.tar.xz |
Fix flaky shadow-ban tests. (#8152)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8152.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8152.feature b/changelog.d/8152.feature new file mode 100644 index 0000000000..813e6d0903 --- /dev/null +++ b/changelog.d/8152.feature @@ -0,0 +1 @@ +Add support for shadow-banning users (ignoring any message send requests). |