logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: e02889edb29ca5631c346b59c299907e9f7b0161
parent 72aeb2e73b77611504e1cd524a9cb47faef6816f
Author: Mark Felder <feld@feld.me>
Date:   Wed, 23 Dec 2020 15:19:08 -0600

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

Diffstat:

Mlib/pleroma/config/transfer_task.ex3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/config/transfer_task.ex b/lib/pleroma/config/transfer_task.ex @@ -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