Restrict `get_existing_votes` to only get Create activities

stable
rinpatch 5 years ago
parent d977d73b91
commit 29b022bb59

@ -794,6 +794,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
query =
from(
[activity, object: object] in Activity.with_preloaded_object(Activity),
where: fragment("(?)->>'type' = 'Create'", activity.data),
where: fragment("(?)->>'actor' = ?", activity.data, ^actor),
where:
fragment(

Loading…
Cancel
Save