forked from AkkomaGang/akkoma
Merge branch 'remove-unused-settings' into 'develop'
Remove unused settings See merge request pleroma/pleroma!297
This commit is contained in:
commit
d802903c15
2 changed files with 0 additions and 7 deletions
|
@ -72,10 +72,6 @@
|
||||||
redirect_root_no_login: "/main/all",
|
redirect_root_no_login: "/main/all",
|
||||||
redirect_root_login: "/main/friends",
|
redirect_root_login: "/main/friends",
|
||||||
show_instance_panel: true,
|
show_instance_panel: true,
|
||||||
show_who_to_follow_panel: false,
|
|
||||||
who_to_follow_provider:
|
|
||||||
"https://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-osa-api.cgi?{{host}}+{{user}}",
|
|
||||||
who_to_follow_link: "https://vinayaka.distsn.org/?{{host}}+{{user}}",
|
|
||||||
scope_options_enabled: false,
|
scope_options_enabled: false,
|
||||||
collapse_message_with_subject: false
|
collapse_message_with_subject: false
|
||||||
|
|
||||||
|
|
|
@ -172,10 +172,7 @@ def config(conn, _params) do
|
||||||
redirectRootLogin: Keyword.get(@instance_fe, :redirect_root_login),
|
redirectRootLogin: Keyword.get(@instance_fe, :redirect_root_login),
|
||||||
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),
|
||||||
showWhoToFollowPanel: Keyword.get(@instance_fe, :show_who_to_follow_panel),
|
|
||||||
scopeOptionsEnabled: Keyword.get(@instance_fe, :scope_options_enabled),
|
scopeOptionsEnabled: Keyword.get(@instance_fe, :scope_options_enabled),
|
||||||
whoToFollowProvider: Keyword.get(@instance_fe, :who_to_follow_provider),
|
|
||||||
whoToFollowLink: Keyword.get(@instance_fe, :who_to_follow_link),
|
|
||||||
collapseMessageWithSubject:
|
collapseMessageWithSubject:
|
||||||
Keyword.get(@instance_fe, :collapse_message_with_subject)
|
Keyword.get(@instance_fe, :collapse_message_with_subject)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue