mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-27 23:36:22 +00:00
Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl
This commit is contained in:
commit
d594806049
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class ActivityPub
|
|||
self.priority = 30
|
||||
|
||||
def perform(remote_flag:)
|
||||
return if remote_flag.may_queue?
|
||||
return unless remote_flag.may_queue?
|
||||
|
||||
inbox = remote_flag.actor&.content&.[]('inbox')
|
||||
|
||||
|
|
Loading…
Reference in a new issue