5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-08 06:26:55 +00:00

fix: la lógica estaba al revés #15647

This commit is contained in:
f 2024-03-19 10:59:10 -03:00
parent c047858a6f
commit 48d8d2d8d8
No known key found for this signature in database

View file

@ -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')