This commit is contained in:
Kaede Fujisaki 2024-03-02 18:34:12 +09:00
parent 1311f8314e
commit 0242c1f691
1 changed files with 2 additions and 0 deletions

View File

@ -162,8 +162,10 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
cond do cond do
inbox == nil -> inbox == nil ->
false false
public -> public ->
true true
true -> true ->
%{host: host} = URI.parse(inbox) %{host: host} = URI.parse(inbox)