mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
twitterapi: frontend config: add formattingOptionsEnabled
This commit is contained in:
parent
b1be9415ef
commit
16307da311
|
@ -98,6 +98,7 @@ config :pleroma, :fe,
|
|||
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,
|
||||
|
|
|
@ -176,6 +176,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do
|
|||
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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue