Apply suggestion to lib/pleroma/web/pleroma_api/subscription_notification_controller.ex
[akkoma] / lib / pleroma / notification.ex
index 8012389ac3753d55b88307095c274f7bc1bdd297..931cabc3f40522caf173bf5b06c52d76b11916eb 100644 (file)
@@ -230,7 +230,6 @@ defmodule Pleroma.Notification do
       []
       |> Utils.maybe_notify_to_recipients(activity)
       |> Utils.maybe_notify_mentioned_recipients(activity)
-      |> Utils.maybe_notify_subscribers(activity)
       |> Enum.uniq()
 
     User.get_users_from_set(recipients, local_only)