diff options
author | Erik Johnston <erik@matrix.org> | 2021-02-25 15:35:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 15:35:14 +0000 |
commit | 2566dc57ce69b1a141014cc7231f84ea6d3f3ea7 (patch) | |
tree | 98b69f702276b10452e11f9a5a501b63d24b00a1 /changelog.d | |
parent | Ensure pushers are deleted for deactivated accounts (#9285) (diff) | |
download | synapse-2566dc57ce69b1a141014cc7231f84ea6d3f3ea7.tar.xz |
Test that we require validated email for email pushers (#9496)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9496.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9496.misc b/changelog.d/9496.misc new file mode 100644 index 0000000000..d5866c56f7 --- /dev/null +++ b/changelog.d/9496.misc @@ -0,0 +1 @@ +Test that we require validated email for email pushers. |