diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-09 10:02:37 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-08-09 10:02:37 +0000 |
commit | 901204df2292419378a486a97fea9d3c70903a20 (patch) | |
tree | e7b2b68201819dce06079d4decfacaa4c8aa1043 /CHANGELOG.md | |
parent | 6384d7803520f633a66d1cb9f76e3540863f92fb (diff) | |
parent | 85d71d4f1d433a168eb136ad88b651b6c1d1a4fc (diff) | |
download | pleroma-901204df2292419378a486a97fea9d3c70903a20.tar.gz |
Merge branch 'poll-notification' into 'develop'
MastodonAPI: Support poll notification
See merge request pleroma/pleroma!3484
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 9e594f174..45a365505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - AdminAPI: return `created_at` date with users. - `AnalyzeMetadata` upload filter for extracting image/video attachment dimensions and generating blurhashes for images. Blurhashes for videos are not generated at this time. - Attachment dimensions and blurhashes are federated when available. +- Mastodon API: support `poll` notification. - Pinned posts federation ### Fixed |