diff options
author | Mathieu Velten <matmaul@gmail.com> | 2023-12-12 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 10:28:56 +0000 |
commit | 9f6c64482535db0d0bc265a2d7d21ce4d618dd45 (patch) | |
tree | 675ebb54c2d8ac1731f937516c87f152102b0950 /changelog.d | |
parent | Bump isort from 5.13.0 to 5.13.1 (#16752) (diff) | |
download | synapse-9f6c64482535db0d0bc265a2d7d21ce4d618dd45.tar.xz |
Add config to change the delay before sending a notification email (#16696)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16696.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16696.feature b/changelog.d/16696.feature new file mode 100644 index 0000000000..53d7b40f36 --- /dev/null +++ b/changelog.d/16696.feature @@ -0,0 +1 @@ +Add a setting to be able to tweak the delay without interaction before an email is sent following a notification. |