Merge tag 'v3.3.0'

This commit is contained in:
wuyingren 2020-12-27 15:02:08 +08:00
commit fc50e22b7c
41 changed files with 735 additions and 524 deletions

View file

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

View file

@ -17,7 +17,7 @@ module Mastodon
end
def flags
'rc3'
''
end
def suffix