aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/notification.ex
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-30 00:26:49 +0300
committerrinpatch <rinpatch@sdf.org>2019-09-30 00:26:49 +0300
commit1fba66178dd174b96e4531b59d134a62b9013e87 (patch)
tree1f2581f2aab731bd9554fdf8bec51a4ff783d6c1 /lib/pleroma/notification.ex
parent81b4243173f31fd47eb598fb7ed95cadadf90c2f (diff)
parent90537f398160eddfb8033c1cdfe1acc21ee63c4a (diff)
downloadpleroma-1fba66178dd174b96e4531b59d134a62b9013e87.tar.gz
Merge branch 'develop' into cleanup/drop-subscription-table-if-exists
Diffstat (limited to 'lib/pleroma/notification.ex')
-rw-r--r--lib/pleroma/notification.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex
index d19924289..d94ae5971 100644
--- a/lib/pleroma/notification.ex
+++ b/lib/pleroma/notification.ex
@@ -230,6 +230,7 @@ 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)