mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 22:45:20 +01:00
run mix format
.
This commit is contained in:
parent
c921d99898
commit
e2ce0e9e05
@ -176,11 +176,11 @@ 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),
|
||||
collapseMessageWithSubject:
|
||||
Keyword.get(@instance_fe, :collapse_message_with_subject)
|
||||
collapseMessageWithSubject: Keyword.get(@instance_fe, :collapse_message_with_subject)
|
||||
}
|
||||
|
||||
managed_config = Keyword.get(@instance, :managed_config)
|
||||
|
||||
data =
|
||||
if managed_config do
|
||||
data |> Map.put("pleromafe", pleroma_fe)
|
||||
|
Loading…
Reference in New Issue
Block a user