diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-05-21 14:55:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 14:55:15 +0100 |
commit | 6a5a70edf089ad60f597d9f808d4e728a7c4e9fe (patch) | |
tree | d2274ebd47356fcdee5629f5c1dce6713590020a /changelog.d | |
parent | Fix error handling for rooms whose versions are unknown. (#5219) (diff) | |
parent | Doc (diff) | |
download | synapse-6a5a70edf089ad60f597d9f808d4e728a7c4e9fe.tar.xz |
Merge pull request #5204 from matrix-org/babolivier/account_validity_expiration_date
Add startup background job for account validity
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5204.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5204.feature b/changelog.d/5204.feature new file mode 100644 index 0000000000..2a7212ca18 --- /dev/null +++ b/changelog.d/5204.feature @@ -0,0 +1 @@ +Stick an expiration date to any registered user missing one at startup if account validity is enabled. |