From 7c108ed32307ca0bc4d30922b1980c4480a42900 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 12 Feb 2019 08:47:48 +0100 Subject: [PATCH] Install fix --- conf/config.exs | 4 +++- scripts/install | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/config.exs b/conf/config.exs index 73d55b0..cdccabe 100644 --- a/conf/config.exs +++ b/conf/config.exs @@ -208,7 +208,9 @@ config :pleroma, :mrf_rejectnonpublic, allow_followersonly: false, allow_direct: false -config :pleroma, :mrf_hellthread, threshold: 10 +config :pleroma, :mrf_hellthread, + delist_threshold: 10, + reject_threshold: 0 config :pleroma, :mrf_simple, media_removal: [], diff --git a/scripts/install b/scripts/install index a282b79..d95cce3 100755 --- a/scripts/install +++ b/scripts/install @@ -278,7 +278,7 @@ pushd $final_path/$app #Generate key pair sudo -u "$app" MIX_ENV=prod mix web_push.gen.keypair >> "config/prod.secret.exs" - ynh_replace_string "administrator@example.com" "__ADMIN_EMAIL__" "$final_path/$app/config/prod.secret.exs" + ynh_replace_string "administrator@example.com" "$admin_email" "$final_path/$app/config/prod.secret.exs" popd #=================================================