diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2019-09-17 13:42:28 +0000 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2019-09-17 13:42:28 +0000 |
commit | 2688b876abf5ebd48d18e460eee7db992f984f5a (patch) | |
tree | 0eac376cf00d8e26d623e6a50f5299f9a1ea9175 /lib | |
parent | 6042e21b25885f9c3214d3296d9d2fdf35ad58ea (diff) | |
download | pleroma-2688b876abf5ebd48d18e460eee7db992f984f5a.tar.gz |
Apply suggestion to lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/pleroma_api/subscription_notification_controller.ex | 1 |
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 bfc2631dd..d5da92946 100644 --- a/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex +++ b/lib/pleroma/web/pleroma_api/subscription_notification_controller.ex @@ -9,7 +9,6 @@ defmodule Pleroma.Web.PleromaAPI.SubscriptionNotificationController do alias Pleroma.SubscriptionNotification alias Pleroma.Web.PleromaAPI.PleromaAPI - alias Pleroma.Web.PleromaAPI.SubscriptionNotificationView def list(%{assigns: %{user: user}} = conn, params) do notifications = PleromaAPI.get_subscription_notifications(user, params) |