forked from AkkomaGang/akkoma
Add space between name and nickname
This commit is contained in:
parent
e8eecd61b4
commit
70f140681f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ defp attachment_url(url) do
|
||||||
end
|
end
|
||||||
|
|
||||||
defp user_name_string(user) do
|
defp user_name_string(user) do
|
||||||
"#{user.name}" <>
|
"#{user.name} " <>
|
||||||
if user.local do
|
if user.local do
|
||||||
"(@#{user.nickname}@#{Pleroma.Web.Endpoint.host()})"
|
"(@#{user.nickname}@#{Pleroma.Web.Endpoint.host()})"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue