diff options
author | rinpatch <rinpatch@sdf.org> | 2019-12-06 00:12:21 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-06 00:12:21 +0300 |
commit | cdff5b82670313e46c2b362d4cf041779af6a6bd (patch) | |
tree | edc39a1b48f48334480e709fbda844cb120b32f8 /lib/pleroma/web/common_api/utils.ex | |
parent | 9f99640cfc81f28c0b6cdb5f6ef065b3e46f5f23 (diff) | |
parent | 67d8df04a440ec9b2949bdddd3a3d8dd70c9b140 (diff) | |
download | pleroma-cdff5b82670313e46c2b362d4cf041779af6a6bd.tar.gz |
Merge branch 'develop' into fix/mrf-delete
Diffstat (limited to 'lib/pleroma/web/common_api/utils.ex')
-rw-r--r-- | lib/pleroma/web/common_api/utils.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/common_api/utils.ex b/lib/pleroma/web/common_api/utils.ex index cbb64f8d2..a9b164d9a 100644 --- a/lib/pleroma/web/common_api/utils.ex +++ b/lib/pleroma/web/common_api/utils.ex @@ -494,7 +494,7 @@ defmodule Pleroma.Web.CommonAPI.Utils do with %User{} = user <- User.get_cached_by_ap_id(actor) do subscriber_ids = user - |> User.subscribers() + |> User.subscriber_users() |> Enum.filter(&Visibility.visible_for_user?(activity, &1)) |> Enum.map(& &1.ap_id) |