add subject to atom feed

This commit is contained in:
Maksim Pechnikov 2019-11-08 09:23:24 +03:00
commit 9d0b989521
10 changed files with 92 additions and 60 deletions

View file

@ -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.