5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 04:26:22 +00:00

fix: hacer la tarea sincrónicamente

This commit is contained in:
f 2024-02-28 16:36:50 -03:00
parent f9d02cc63e
commit 448564aa46
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ class FediblockState < ApplicationRecord
# Luego esta tarea crea las que falten e ignora las que ya se
# bloquearon.
ActivityPub::InstanceModerationJob.perform_later(site: site, hostnames: fediblock.hostnames)
ActivityPub::InstanceModerationJob.perform_now(site: site, hostnames: fediblock.hostnames)
end
end