mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 12:46:22 +00:00
fix: la lógica estaba al revés #15647
This commit is contained in:
parent
c047858a6f
commit
48d8d2d8d8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class ActivityPub
|
||||||
self.priority = 30
|
self.priority = 30
|
||||||
|
|
||||||
def perform(remote_flag:)
|
def perform(remote_flag:)
|
||||||
return if remote_flag.may_queue?
|
return unless remote_flag.may_queue?
|
||||||
|
|
||||||
inbox = remote_flag.actor&.content&.[]('inbox')
|
inbox = remote_flag.actor&.content&.[]('inbox')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue