fmt
This commit is contained in:
parent
1311f8314e
commit
0242c1f691
|
@ -162,8 +162,10 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
|
|||
cond do
|
||||
inbox == nil ->
|
||||
false
|
||||
|
||||
public ->
|
||||
true
|
||||
|
||||
true ->
|
||||
%{host: host} = URI.parse(inbox)
|
||||
|
||||
|
|
Loading…
Reference in New Issue