summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-02-08 19:58:02 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-02-08 19:58:02 +0300
commitd458f4fdcafe847a7db8b1c663cfd945019816b7 (patch)
tree52f3be61056d6e2e10f296b33bb3aaba75923d55 /config/config.exs
parente84fee5b8624c8909ddd8a7e0d99c6beea4f54d0 (diff)
downloadpleroma-d458f4fdcafe847a7db8b1c663cfd945019816b7.tar.gz
pleroma-d458f4fdcafe847a7db8b1c663cfd945019816b7.zip
[#1505] Added tests, changelog entry, tweaked config settings related to replies output on outgoing federation.
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/config.exs b/config/config.exs
index 370828c1c..62a10ca41 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -340,6 +340,7 @@ config :pleroma, :activitypub,
unfollow_blocked: true,
outgoing_blocks: true,
follow_handshake_timeout: 500,
+ note_replies_output_limit: 5,
sign_object_fetches: true
config :pleroma, :streamer,
@@ -624,10 +625,6 @@ config :pleroma, :modules, runtime_dir: "instance/modules"
config :pleroma, configurable_from_database: false
-config :pleroma, :mastodon_compatibility,
- # https://git.pleroma.social/pleroma/pleroma/issues/1505
- federated_note_replies_limit: 5
-
config :swarm, node_blacklist: [~r/myhtml_.*$/]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.