Use consistent terminology

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-12-21 00:10:30 +01:00
commit 39d3df86c8
3 changed files with 5 additions and 5 deletions

View file

@ -2252,7 +2252,7 @@ defmodule Pleroma.User do
if String.contains?(user.nickname, "@") do
user.nickname
else
host = Pleroma.Web.WebFinger.domain()
host = Pleroma.Web.WebFinger.host()
user.nickname <> "@" <> host
end
end