mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:36:21 +00:00
fix: hacer la tarea sincrónicamente
This commit is contained in:
parent
f9d02cc63e
commit
448564aa46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue