diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-08-13 10:25:42 -0500 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-08-13 17:58:03 +0200 |
commit | 01175ef4988e98aa38851e77703ffc60a3756fdd (patch) | |
tree | b61ce3616affdc025b8b5a6fcf9f033b9b53fe41 /CHANGELOG.md | |
parent | 27e1e4c742bb37a89e0ca91fda03b5ca8be3984a (diff) | |
download | pleroma-01175ef4988e98aa38851e77703ffc60a3756fdd.tar.gz pleroma-01175ef4988e98aa38851e77703ffc60a3756fdd.zip |
Streamer: fix crash in MastodonAPI.StatusView
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3508
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 369a8bbdd..f06bbfdf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies - AdminAPI: Fix rendering reports containing a `nil` object - Mastodon API: Activity Search fallbacks on status fetching after a DB Timeout/Error +- Mastodon API: Fix crash in Streamer related to reblogging ## 2.4.0 - 2021-08-08 |