diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-20 03:40:00 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-20 03:40:00 +0300 |
commit | 144e2e3e0bc78591ed8e8800d3858c699eded5af (patch) | |
tree | 1b8fc61442907557f575d7a6648da631e6bcd675 | |
parent | fe3a830b80ea0b0831d393b3e293550b52d7d45a (diff) | |
download | pleroma-144e2e3e0bc78591ed8e8800d3858c699eded5af.tar.gz |
Remove deprecated dedupe_media from the config template
-rw-r--r-- | lib/mix/tasks/pleroma/sample_config.eex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/sample_config.eex b/lib/mix/tasks/pleroma/sample_config.eex index 73d9217be..0c4e49f0d 100644 --- a/lib/mix/tasks/pleroma/sample_config.eex +++ b/lib/mix/tasks/pleroma/sample_config.eex @@ -16,7 +16,6 @@ config :pleroma, :instance, notify_email: "<%= notify_email %>", limit: 5000, registrations_open: true, - dedupe_media: false, dynamic_configuration: <%= db_configurable? %> config :pleroma, :media_proxy, |