Fix function

develop
Mark Felder 2019-07-23 13:53:05 -05:00
parent fd287387a0
commit 6a79bb12c3
1 changed files with 4 additions and 3 deletions

View File

@ -439,10 +439,11 @@ defmodule Pleroma.Web.CommonAPI.Utils do
def maybe_notify_mentioned_recipients(recipients, _), do: recipients
def maybe_notify_subscribers(_, %Activity{
data: %{"object" => %Object{data: %{"inReplyTo" => _ap_id}}}
# Do not notify subscribers if author is making a reply
def maybe_notify_subscribers(recipients, %Activity{
object: %Object{data: %{"inReplyTo" => _ap_id}}
}) do
:nothing
recipients
end
def maybe_notify_subscribers(