Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

This commit is contained in:
Jenkins
2018-01-24 19:17:11 +00:00
91 changed files with 728 additions and 238 deletions

View File

@@ -165,7 +165,7 @@ class Account < ApplicationRecord
def refresh!
return if local?
ResolveRemoteAccountService.new.call(acct)
ResolveAccountService.new.call(acct)
end
def unsuspend!