Browse Source

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

groups
Mark Felder Alexander Strizhakov 3 years ago
parent
commit
e02889edb2
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lib/pleroma/config/transfer_task.ex

+ 2
- 1
lib/pleroma/config/transfer_task.ex 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


Loading…
Cancel
Save