mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Fixed more case-sensitivity issues
This commit is contained in:
@@ -30,7 +30,7 @@ module ApplicationHelper
|
||||
if domain == Rails.configuration.x.local_domain
|
||||
account = Account.find_local(username)
|
||||
else
|
||||
account = Account.find_by(username: username, domain: domain)
|
||||
account = Account.find_remote(username, domain)
|
||||
end
|
||||
|
||||
account
|
||||
|
||||
Reference in New Issue
Block a user