Apply ledyba's suggestion(s) to 1 file(s)
This commit is contained in:
parent
0242c1f691
commit
1422082bf2
|
@ -160,7 +160,7 @@ defp signature_host(%URI{port: port, scheme: scheme, host: host}) do
|
|||
|
||||
defp should_federate?(inbox, public) do
|
||||
cond do
|
||||
inbox == nil ->
|
||||
is_nil(inbox) ->
|
||||
false
|
||||
|
||||
public ->
|
||||
|
|
Loading…
Reference in New Issue