diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 09:34:36 +0000 | 
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 09:34:36 +0000 | 
| commit | a3ad028973154dafad910d4d73d7d4d4822627c1 (patch) | |
| tree | 5f6b5b0bee4454a05c85063e5b8319201fc3e99d /lib | |
| parent | 2c8d80dc0ad594cfe25ebadd9e7a187c95914b34 (diff) | |
| download | pleroma-a3ad028973154dafad910d4d73d7d4d4822627c1.tar.gz pleroma-a3ad028973154dafad910d4d73d7d4d4822627c1.zip  | |
Apply suggestion to lib/pleroma/http/adapter.ex
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pleroma/http/adapter.ex | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/http/adapter.ex b/lib/pleroma/http/adapter.ex index 6166a3eb4..32046b1d3 100644 --- a/lib/pleroma/http/adapter.ex +++ b/lib/pleroma/http/adapter.ex @@ -57,7 +57,7 @@ defmodule Pleroma.HTTP.Adapter do        {:error, :einval} ->          {:domain, :idna.encode(charlist)} -      {:ok, ip} when is_tuple(ip) and tuple_size(ip) in [4, 8] -> +      {:ok, ip} ->          {:ip, ip}      end    end  | 
