summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-10-20 17:16:58 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-10-20 17:16:58 +0400
commitad605e3e16ba3f6ee3df7a0a3e6705036fef369f (patch)
tree33b70f8fae19d7093c0a89d95040d1cd2ef8d68b /config
parentc1976d5b19fbceaecf1f52711fe35e1c7d5312aa (diff)
downloadpleroma-ad605e3e16ba3f6ee3df7a0a3e6705036fef369f.tar.gz
pleroma-ad605e3e16ba3f6ee3df7a0a3e6705036fef369f.zip
Rename `Pleroma.Backup` to `Pleroma.User.Backup`
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
-rw-r--r--config/description.exs2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index 63e386250..c758c818c 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -831,7 +831,7 @@ config :floki, :html_parser, Floki.HTMLParser.FastHtml
config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator
-config :pleroma, Pleroma.Backup,
+config :pleroma, Pleroma.User.Backup,
purge_after_days: 30,
limit_days: 7,
dir: nil
diff --git a/config/description.exs b/config/description.exs
index 88f2a6133..9f23b6d3d 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -3731,7 +3731,7 @@ config :pleroma, :config_description, [
},
%{
group: :pleroma,
- key: Pleroma.Backup,
+ key: Pleroma.User.Backup,
type: :group,
description: "Account Backup",
children: [