Skip to content
Snippets Groups Projects

WIP: Static FE

Closed kaniini requested to merge feature/static-fe into develop
Files
11
+ 2
1
@@ -166,7 +166,8 @@ config :pleroma, :instance,
no_attachment_links: false,
welcome_user_nickname: nil,
welcome_message: nil,
max_report_comment_size: 1000
max_report_comment_size: 1000,
static_fe: false
config :pleroma, :markup,
# XXX - unfortunately, inline images must be enabled by default right now, because
Loading