mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 09:06:22 +00:00
fix: typo
This commit is contained in:
parent
4fde9793d7
commit
d44bcc4098
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.can_queue?
|
||||
return if remote_flag.may_queue?
|
||||
|
||||
remote_flag.queue!
|
||||
|
||||
|
|
Loading…
Reference in a new issue