diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-30 00:26:49 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-30 00:26:49 +0300 |
commit | 1fba66178dd174b96e4531b59d134a62b9013e87 (patch) | |
tree | 1f2581f2aab731bd9554fdf8bec51a4ff783d6c1 /lib/pleroma/notification.ex | |
parent | 81b4243173f31fd47eb598fb7ed95cadadf90c2f (diff) | |
parent | 90537f398160eddfb8033c1cdfe1acc21ee63c4a (diff) | |
download | pleroma-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.ex | 1 |
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) |