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:
mgabdev
2020-12-23 17:38:18 -05:00
parent 19a9435203
commit aa88fc16c9
6 changed files with 60 additions and 16 deletions

View File

@@ -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)