diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-17 14:27:51 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-17 14:27:51 +0700 |
commit | 2198e54d28f1e1c5a2f2d39426f1bdcc97c00213 (patch) | |
tree | c6799271aa6839230b39baa4f7372eb43f0d5de9 | |
parent | 6ac948c5b89ca6ea0c1adbd45a408a6a1db227ae (diff) | |
download | pleroma-2198e54d28f1e1c5a2f2d39426f1bdcc97c00213.tar.gz pleroma-2198e54d28f1e1c5a2f2d39426f1bdcc97c00213.zip |
changes
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e4e93d3..21ad83a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Configuration: `safe_dm_mentions` option - Configuration: `link_name` option - Configuration: `fetch_initial_posts` option +- Configuration: `notify_email` option - Pleroma API: User subscribtions - Admin API: Endpoints for listing/revoking invite tokens - Admin API: Endpoints for making users follow/unfollow each other @@ -21,7 +22,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: `/api/v1/notifications/destroy_multiple` (glitch-soc extension) - Mastodon API: [Reports](https://docs.joinmastodon.org/api/rest/reports/) - ActivityPub C2S: OAuth endpoints -- Email address, which is used for notifications. Instance configuration: `notify_email` ### Changed - **Breaking:** Configuration: move from Pleroma.Mailer to Pleroma.Emails.Mailer |