Add space between name and nickname
This commit is contained in:
parent
e8eecd61b4
commit
70f140681f
@ -86,7 +86,7 @@ defmodule Pleroma.Web.Metadata.Providers.OpenGraph 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 New Issue
Block a user