Skip to content
Snippets Groups Projects
Commit 70f14068 authored by rinpatch's avatar rinpatch
Browse files

Add space between name and nickname

parent e8eecd61
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment