redirect_root_login: "/main/friends",
show_instance_panel: true,
scope_options_enabled: false,
+ formatting_options_enabled: false,
collapse_message_with_subject: false
config :pleroma, :activitypub,
chatDisabled: !Keyword.get(@instance_chat, :enabled),
showInstanceSpecificPanel: Keyword.get(@instance_fe, :show_instance_panel),
scopeOptionsEnabled: Keyword.get(@instance_fe, :scope_options_enabled),
+ formattingOptionsEnabled: Keyword.get(@instance_fe, :formatting_options_enabled),
collapseMessageWithSubject: Keyword.get(@instance_fe, :collapse_message_with_subject)
}