mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 16:40:29 +00:00
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 @@ 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
|
||||
|
|
Loading…
Reference in a new issue