summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-05 05:47:06 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-05 05:47:06 +0000
commit3e30f6e19824dc90717fc0929feddb24220a89ab (patch)
treeec483d3c4f7e60fddc9b56e8a57d596c7842f210 /CHANGELOG.md
parent3b8d64ee24053638aa22f67ced1367c8666b9fa0 (diff)
parent558969a0fd7f64387e59a54b5733d63d3a46a031 (diff)
downloadpleroma-3e30f6e19824dc90717fc0929feddb24220a89ab.tar.gz
pleroma-3e30f6e19824dc90717fc0929feddb24220a89ab.zip
Merge branch 'fix/safe-render-notifications' into 'develop'
Do not crash if one notification failed to render See merge request pleroma/pleroma!1630
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 a414ba5e0..3f4e7a132 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,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: Notifications endpoint crashing if one notification failed to render
- 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`)