Add MRFs to the list of things that may need a soft reboot

This commit is contained in:
Mark Felder 2020-12-23 15:19:08 -06:00 committed by Alexander Strizhakov
parent 72aeb2e73b
commit e02889edb2
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 2 additions and 1 deletions

View File

@ -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