Skip to content
Snippets Groups Projects
Commit e2ce0e9e authored by kaniini's avatar kaniini
Browse files

run `mix format`.

parent c921d998
Branches feature/staff-discovery-api
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment