Merge branch 'stable' into mergeback/2.2.2
[akkoma] / lib / pleroma / config / transfer_task.ex
index 9ec80eb69b87d85f44980bdf6916c65693faa14b..aad45aab89127ad6f59d3b1147adbd2d8cd5aedc 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Config.TransferTask do
@@ -26,6 +26,7 @@ defmodule Pleroma.Config.TransferTask do
 
   @reboot_time_subkeys [
     {:pleroma, Pleroma.Captcha, [:seconds_valid]},
+    {:pleroma, Pleroma.Upload, [:proxy_remote]},
     {:pleroma, :instance, [:upload_limit]},
     {:pleroma, :gopher, [:enabled]}
   ]