aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2019-09-17 13:42:36 +0000
committerRoman Chvanikov <chvanikoff@pm.me>2019-09-17 13:42:36 +0000
commitc0f776faecfa91ed755760975da12b546ca89317 (patch)
treedeaa37ff7dfb4d071f27bd69cfaf9fcce25e936c
parent2688b876abf5ebd48d18e460eee7db992f984f5a (diff)
downloadpleroma-c0f776faecfa91ed755760975da12b546ca89317.tar.gz
Apply suggestion to lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
-rw-r--r--lib/pleroma/web/pleroma_api/subscription_notification_controller.ex1
1 files changed, 0 insertions, 1 deletions
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