forked from AkkomaGang/akkoma
Add MRFs to the list of things that may need a soft reboot
This commit is contained in:
parent
72aeb2e73b
commit
e02889edb2
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ defmodule Pleroma.Config.TransferTask do
|
|||
{:pleroma, Pleroma.Captcha, [:seconds_valid]},
|
||||
{:pleroma, Pleroma.Upload, [:proxy_remote]},
|
||||
{:pleroma, :instance, [:upload_limit]},
|
||||
{:pleroma, :gopher, [:enabled]}
|
||||
{:pleroma, :gopher, [:enabled]},
|
||||
{:pleroma, :mrf, [:policies]}
|
||||
]
|
||||
|
||||
def start_link(restart_pleroma? \\ true) do
|
||||
|
|
Loading…
Reference in a new issue