From 661a985cb933c2bcb023b1e9d9131595f164e3e4 Mon Sep 17 00:00:00 2001 From: hakabahitoyo Date: Fri, 24 Aug 2018 19:10:23 +0900 Subject: [PATCH] add collapseMessageWithSubject in config --- config/config.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 839e6bde6..f89dd86f7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -76,7 +76,8 @@ who_to_follow_provider: "https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}", who_to_follow_link: "https://vinayaka.distsn.org/?{{host}}+{{user}}", - scope_options_enabled: false + scope_options_enabled: false, + collapseMessageWithSubject: false config :pleroma, :activitypub, accept_blocks: true,