Browse Source

add collapseMessageWithSubject in config

tags/v0.9.9
hakabahitoyo 5 years ago
parent
commit
661a985cb9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config/config.exs

+ 2
- 1
config/config.exs View File

@@ -76,7 +76,8 @@ config :pleroma, :fe,
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,


Loading…
Cancel
Save