Add space between name and nickname

This commit is contained in:
rinpatch 2019-01-15 21:47:45 +03:00
parent e8eecd61b4
commit 70f140681f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ defmodule Pleroma.Web.Metadata.Providers.OpenGraph do
end
defp user_name_string(user) do
"#{user.name}" <>
"#{user.name} " <>
if user.local do
"(@#{user.nickname}@#{Pleroma.Web.Endpoint.host()})"
else