Do not crash if one notification failed to render
authorrinpatch <rinpatch@sdf.org>
Thu, 5 Sep 2019 05:32:49 +0000 (08:32 +0300)
committerrinpatch <rinpatch@sdf.org>
Thu, 5 Sep 2019 05:32:49 +0000 (08:32 +0300)
CHANGELOG.md
lib/pleroma/web/mastodon_api/views/notification_view.ex

index 40f4580f7284e04a66dc22f8a2e9d7c609fa71bd..80aed34912d4ece94ec25f8049102359bc22e33c 100644 (file)
@@ -32,6 +32,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`)
index 27e9cab0622031c01aa47fa1348d464488ca7b66..ec8eadcaab88af0d648db975670fa0179fedaeb8 100644 (file)
@@ -14,7 +14,7 @@ defmodule Pleroma.Web.MastodonAPI.NotificationView do
   alias Pleroma.Web.MastodonAPI.StatusView
 
   def render("index.json", %{notifications: notifications, for: user}) do
-    render_many(notifications, NotificationView, "show.json", %{for: user})
+    safe_render_many(notifications, NotificationView, "show.json", %{for: user})
   end
 
   def render("show.json", %{