AND THAT ONE TOO AND ALL

This commit is contained in:
FloatingGhost 2023-08-15 23:26:08 +01:00
parent f3cc60b202
commit 9bc0345e57
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ defmodule Pleroma.Web.ActivityPub.UserView do
import Ecto.Query
def render("endpoints.json", %{user: %User{nickname: nil, local: true} = _user}) do
%{"sharedInbox" => ~p"/inbox"}
%{"sharedInbox" => url(~p"/inbox")}
end
def render("endpoints.json", %{user: %User{local: true} = _user}) do