mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-27 08:16:16 +00:00
add collapseMessageWithSubject in config
This commit is contained in:
parent
8b9fe0c7a1
commit
661a985cb9
|
@ -76,7 +76,8 @@ config :pleroma, :fe,
|
||||||
who_to_follow_provider:
|
who_to_follow_provider:
|
||||||
"https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}",
|
"https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}",
|
||||||
who_to_follow_link: "https://vinayaka.distsn.org/?{{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,
|
config :pleroma, :activitypub,
|
||||||
accept_blocks: true,
|
accept_blocks: true,
|
||||||
|
|
Loading…
Reference in a new issue