Merge branch 'master' into glitch-soc/merge-upstream

This commit is contained in:
Thibaut Girka
2019-01-20 16:49:23 +01:00
37 changed files with 492 additions and 64 deletions

View File

@@ -176,7 +176,7 @@ module Mastodon
end
say("Deleting user with #{account.statuses_count} statuses, this might take a while...")
SuspendAccountService.new.call(account, remove_user: true)
SuspendAccountService.new.call(account, including_user: true)
say('OK', :green)
end

View File

@@ -21,7 +21,7 @@ module Mastodon
end
def flags
'rc3'
''
end
def to_a

View File

@@ -5,6 +5,9 @@ namespace :repo do
task :authors do
file = File.open(Rails.root.join('AUTHORS.md'), 'w')
file << <<~HEADER
Authors
=======
Mastodon is available on [GitHub](https://github.com/tootsuite/mastodon)
and provided thanks to the work of the following contributors: