Fixed issue with showing status meta in html head/title tags
• Fixed: - issue with showing status meta in html head/title tags
This commit is contained in:
@@ -21,8 +21,7 @@ module AccountFinderConcern
|
||||
end
|
||||
|
||||
def find_acct(acct)
|
||||
username, domain = acct.split("@")
|
||||
find_now(username)
|
||||
find_now(acct)
|
||||
end
|
||||
|
||||
def find_now(username)
|
||||
|
||||
Reference in New Issue
Block a user