summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-08-10 18:59:24 +0000
committerkaniini <ariadne@dereferenced.org>2019-08-10 18:59:24 +0000
commit17d5564a9ce23eddf89ee809ccf74bd95c3a0b34 (patch)
tree7f06092a81cabcceb6c02cf5698c1ca4bd6d8754 /CHANGELOG.md
parent708e7f09423eb28c97a8007b9b11bb7b94c9e296 (diff)
parent84808e1697c3b557e4a01104389e78c63cb53528 (diff)
downloadpleroma-17d5564a9ce23eddf89ee809ccf74bd95c3a0b34.tar.gz
pleroma-17d5564a9ce23eddf89ee809ccf74bd95c3a0b34.zip
Merge branch 'fix/hide-follows-counters' into 'develop'
Mastodon API: Set follower/following counters to 0 when hiding followers/following is enabled See merge request pleroma/pleroma!1544
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 759779034..bfc73c8df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Federation/MediaProxy not working with instances that have wrong certificate order
- Mastodon API: Handling of search timeouts (`/api/v1/search` and `/api/v2/search`)
- Mastodon API: Embedded relationships not being properly rendered in the Account entity of Status entity
+- Mastodon API: follower/following counters not being nullified, when `hide_follows`/`hide_followers` is set
- Mastodon API: `muted` in the Status entity, using author's account to determine if the tread was muted
- Mastodon API: Add `account_id`, `type`, `offset`, and `limit` to search API (`/api/v1/search` and `/api/v2/search`)
- Mastodon API, streaming: Fix filtering of notifications based on blocks/mutes/thread mutes