From 4961a2bdb00782f83db6267f74a7ffee11f573b8 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 20 Feb 2020 16:23:23 -0600 Subject: [PATCH] Tag Chat and Tesla Adapter settings with the reboot flag --- config/description.exs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/description.exs b/config/description.exs index 53d980c83..c1174660f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2750,7 +2750,8 @@ config :pleroma, :config_description, [ description: "Tesla adapter", suggestions: [Tesla.Adapter.Hackney] } - ] + ], + need_reboot: true }, %{ group: :pleroma, @@ -2762,7 +2763,8 @@ config :pleroma, :config_description, [ key: :enabled, type: :boolean } - ] + ], + need_reboot: true }, %{ group: :prometheus,