summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-01-22 21:10:17 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-01-22 21:10:17 +0300
commitcf96c4005743c61d44e17c9d37c6427eaf69c152 (patch)
treea3da096727b94385c6a735a363f19aa2844883fb /config/config.exs
parent6e6f1ead31ba26bc42b14226e3c0876042f0596a (diff)
downloadpleroma-cf96c4005743c61d44e17c9d37c6427eaf69c152.tar.gz
pleroma-cf96c4005743c61d44e17c9d37c6427eaf69c152.zip
[#1505] Added Mastodon-compatible `replies` collection to Note federated representation.
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 2c154eb45..60642c467 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -620,6 +620,10 @@ 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.