forked from AkkomaGang/akkoma
run mix format
.
This commit is contained in:
parent
c921d99898
commit
e2ce0e9e05
1 changed files with 2 additions and 2 deletions
|
@ -176,11 +176,11 @@ def config(conn, _params) do
|
||||||
chatDisabled: !Keyword.get(@instance_chat, :enabled),
|
chatDisabled: !Keyword.get(@instance_chat, :enabled),
|
||||||
showInstanceSpecificPanel: Keyword.get(@instance_fe, :show_instance_panel),
|
showInstanceSpecificPanel: Keyword.get(@instance_fe, :show_instance_panel),
|
||||||
scopeOptionsEnabled: Keyword.get(@instance_fe, :scope_options_enabled),
|
scopeOptionsEnabled: Keyword.get(@instance_fe, :scope_options_enabled),
|
||||||
collapseMessageWithSubject:
|
collapseMessageWithSubject: Keyword.get(@instance_fe, :collapse_message_with_subject)
|
||||||
Keyword.get(@instance_fe, :collapse_message_with_subject)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
managed_config = Keyword.get(@instance, :managed_config)
|
managed_config = Keyword.get(@instance, :managed_config)
|
||||||
|
|
||||||
data =
|
data =
|
||||||
if managed_config do
|
if managed_config do
|
||||||
data |> Map.put("pleromafe", pleroma_fe)
|
data |> Map.put("pleromafe", pleroma_fe)
|
||||||
|
|
Loading…
Reference in a new issue