Also add to default config

This commit is contained in:
Mark Felder 2019-01-17 15:50:34 +00:00
parent 8c368d42a2
commit 207489aa25
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ config :pleroma, :instance,
finmoji_enabled: true, finmoji_enabled: true,
mrf_transparency: true, mrf_transparency: true,
autofollowed_nicknames: [], autofollowed_nicknames: [],
max_pinned_statuses: 1 max_pinned_statuses: 1,
no_attachment_links: false
config :pleroma, :markup, config :pleroma, :markup,
# XXX - unfortunately, inline images must be enabled by default right now, because # XXX - unfortunately, inline images must be enabled by default right now, because