Apply suggestion to config/config.exs

This commit is contained in:
lain 2019-11-10 11:02:34 +00:00
parent 4885d403fe
commit e08bd99bab
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ config :pleroma, :instance,
config :pleroma, :feed, config :pleroma, :feed,
post_title: %{ post_title: %{
max_length: 100, max_length: 100,
omission: "" omission: "..."
} }
config :pleroma, :markup, config :pleroma, :markup,