mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
fmt
This commit is contained in:
parent
1311f8314e
commit
0242c1f691
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue