mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-20 14:08:10 +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
|
cond do
|
||||||
inbox == nil ->
|
inbox == nil ->
|
||||||
false
|
false
|
||||||
|
|
||||||
public ->
|
public ->
|
||||||
true
|
true
|
||||||
|
|
||||||
true ->
|
true ->
|
||||||
%{host: host} = URI.parse(inbox)
|
%{host: host} = URI.parse(inbox)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue