This commit is contained in:
Tusooa Zhu 2022-06-05 16:35:01 -04:00 committed by Sol Fisher Romanoff
parent bb016795ce
commit c3fc04cdaa
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

View file

@ -506,7 +506,16 @@ def create_poll_notifications(%Activity{} = activity) do
def get_notified_from_activity(activity, local_only \\ true)
def get_notified_from_activity(%Activity{data: %{"type" => type}} = activity, local_only)
when type in ["Create", "Like", "Announce", "Follow", "Move", "EmojiReact", "Flag", "Update"] do
when type in [
"Create",
"Like",
"Announce",
"Follow",
"Move",
"EmojiReact",
"Flag",
"Update"
] do
potential_receiver_ap_ids = get_potential_receiver_ap_ids(activity)
potential_receivers =