From c425f87717fe4706288d8c0e13b7a6990bcba894 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Sat, 27 Mar 2021 00:12:17 +0300 Subject: [PATCH] Update type of :ip setting in group Gopher --- config/description.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/description.exs b/config/description.exs index 0a7589616..e72f71311 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1645,7 +1645,7 @@ config :pleroma, :config_description, [ %{ key: :ip, label: "IP", - type: :tuple, + type: {:tuple, :ip}, description: "IP address to bind to", suggestions: [{0, 0, 0, 0}] },