[#1505] Added Mastodon-compatible `replies` collection to Note federated representation.
[akkoma] / config / config.exs
index 2c154eb456e30475a1a5995759648519324b269f..60642c467489d7eecd0be5c9f5a38d18222522c8 100644 (file)
@@ -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.