diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-04 14:44:45 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-11-04 14:44:45 +0000 |
commit | 9c09ea01aa8c93e02b5697e27f0a8458b624b161 (patch) | |
tree | 3e382255b517dc66facae145646353f792a48747 /CHANGELOG.md | |
parent | bc4d9c4ffc9ccd826220893a97ce695e4bb66f9d (diff) | |
parent | 92d252f364ed421f2afcdd135507ced3554eb3f0 (diff) | |
download | pleroma-9c09ea01aa8c93e02b5697e27f0a8458b624b161.tar.gz pleroma-9c09ea01aa8c93e02b5697e27f0a8458b624b161.zip |
Merge branch '2284-voters-count' into 'develop'
Always return voters_count in polls
See merge request pleroma/pleroma!3120
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 2ee17d239..8c5a9f9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Users with the `discoverable` field set to false will not show up in searches. - Minimum lifetime for ephmeral activities changed to 10 minutes and made configurable (`:min_lifetime` option). - Introduced optional dependencies on `ffmpeg`, `ImageMagick`, `exiftool` software packages. Please refer to `docs/installation/optional/media_graphics_packages.md`. +- Polls now always return a `voters_count`, even if they are single-choice <details> <summary>API Changes</summary> |