mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 08:46:21 +00:00
parent
0ed702992b
commit
029d4e7c97
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class ActivityPub
|
||||||
|
|
||||||
site.actor_moderations.lock.find_or_create_by(actor: a)
|
site.actor_moderations.lock.find_or_create_by(actor: a)
|
||||||
|
|
||||||
::ActivityPub::FetchJob.perform_later(site: site, actor: a.object)
|
::ActivityPub::FetchJob.perform_later(site: site, object_id: a.object.id)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue