Merge remote-tracking branch 'origin/master' into gs-master

This commit is contained in:
David Yip
2017-11-28 11:45:13 -06:00
56 changed files with 867 additions and 77 deletions

View File

@ -18,7 +18,7 @@ class ProcessMentionsService < BaseService
end
if mentioned_account.nil?
username, domain = match.first.split('@')
username, domain = $1.split('@')
mentioned_account = Account.find_remote(username, domain)
end