instance.reachable?: Limit to binary input
This commit is contained in:
parent
e1a2e8b17c
commit
1403798820
2 changed files with 4 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ defmodule Pleroma.Instances.Instance do
|
|||
)
|
||||
end
|
||||
|
||||
def reachable?(_), do: true
|
||||
def reachable?(url_or_host) when is_binary(url_or_host), do: true
|
||||
|
||||
def set_reachable(url_or_host) when is_binary(url_or_host) do
|
||||
with host <- host(url_or_host),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue