mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-21 17:53:18 +00:00
Merge tag 'v3.3.0'
This commit is contained in:
commit
fc50e22b7c
41 changed files with 735 additions and 524 deletions
|
|
@ -384,7 +384,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
processed, = parallelize_with_progress(Account.local.without_suspended) do |account|
|
||||
FollowService.new.call(account, target_account)
|
||||
FollowService.new.call(account, target_account, bypass_limit: true)
|
||||
end
|
||||
|
||||
say("OK, followed target from #{processed} accounts", :green)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def flags
|
||||
'rc3'
|
||||
''
|
||||
end
|
||||
|
||||
def suffix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue