Require a reboot if LDAP configuration changes

This commit is contained in:
Mark Felder 2024-09-16 16:28:37 -04:00
parent d82abf925d
commit 65a7b387c3

View file

@ -22,7 +22,8 @@ defmodule Pleroma.Config.TransferTask do
{:pleroma, :markup}, {:pleroma, :markup},
{:pleroma, :streamer}, {:pleroma, :streamer},
{:pleroma, :pools}, {:pleroma, :pools},
{:pleroma, :connections_pool} {:pleroma, :connections_pool},
{:pleroma, :ldap}
] ]
defp reboot_time_subkeys, defp reboot_time_subkeys,