diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-29 14:45:16 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2021-04-22 08:02:11 +0300 |
commit | 69f8f9446e862286d631b823e836d5fa049573ed (patch) | |
tree | d58ccf2bd2a2acb5d4aaba2cfea01be4b72ebb09 /CHANGELOG.md | |
parent | b050adb5e2d1add4cb2f5d24010ace33af16a381 (diff) | |
download | pleroma-feature/2295-email-mention-notification.tar.gz |
batch mention email notifications in timeframefeature/2295-email-mention-notification
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa76a89a..135e0ff5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ability to define custom HTTP headers per each frontend - MRF (`NoEmptyPolicy`): New MRF Policy which will deny empty statuses or statuses of only mentions from being created by local users - New users will receive a simple email confirming their registration if no other emails will be dispatched. (e.g., Welcome, Confirmation, or Approval Required) +- Email with missed mentions in a specific period. <details> <summary>API Changes</summary> |