diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-08-10 16:27:46 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-08-10 16:27:46 +0300 |
| commit | 0802a08871afee7f09362cbca8b802f0e27ff4b9 (patch) | |
| tree | 75d2bc4a55e1469d60bb770288652c962eaa4449 /CHANGELOG.md | |
| parent | 337edb3e500dc8d3d74926eb9da739bec8e8a7ac (diff) | |
| download | pleroma-0802a08871afee7f09362cbca8b802f0e27ff4b9.tar.gz pleroma-0802a08871afee7f09362cbca8b802f0e27ff4b9.zip | |
Mastodon API: Fix thread mute detection
It was calling CommonAPI.thread_muted? with post author's account
instead of viewer's one.
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 dccc36965..31caef499 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: `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 - ActivityPub C2S: follower/following collection pages being inaccessible even when authentifucated if `hide_followers`/ `hide_follows` was set |
