aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.exs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 787809b27..7e1fe2a81 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -276,6 +276,12 @@ config :pleroma, :instance,
external_user_synchronization: true,
extended_nickname_format: false
+config :pleroma, :feed,
+ post_title: %{
+ max_length: 100,
+ omission: "..."
+ }
+
config :pleroma, :markup,
# XXX - unfortunately, inline images must be enabled by default right now, because
# of custom emoji. Issue #275 discusses defanging that somehow.