5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-07 23:26:57 +00:00

Merge branch 'issue-15109-1' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl

This commit is contained in:
Sutty 2024-03-19 14:00:28 +00:00
commit d594806049

View file

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