From: Roman Chvanikov Date: Tue, 17 Sep 2019 13:42:36 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/web/pleroma_api/subscription_notification_controller.ex X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=c0f776faecfa91ed755760975da12b546ca89317;p=akkoma Apply suggestion to lib/pleroma/web/pleroma_api/subscription_notification_controller.ex --- diff --git a/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex b/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex index d5da92946..fff307b4e 100644 --- a/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex +++ b/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex @@ -15,7 +15,6 @@ defmodule Pleroma.Web.PleromaAPI.SubscriptionNotificationController do conn |> add_link_headers(notifications) - |> put_view(SubscriptionNotificationView) |> render("index.json", %{notifications: notifications, for: user}) end