diff options
author | hakabahitoyo <hakabahitoyo@example.com> | 2018-08-26 17:40:15 +0900 |
---|---|---|
committer | hakabahitoyo <hakabahitoyo@example.com> | 2018-08-26 17:40:15 +0900 |
commit | 946a0769c4cc84f27bca5d5f79413f4cc9fef39b (patch) | |
tree | 2de9b94639cd0901f7c8edc69c58d7512030d249 /lib | |
parent | 89e2cb0828477a668c243d0cc13269677ac58cca (diff) | |
download | pleroma-946a0769c4cc84f27bca5d5f79413f4cc9fef39b.tar.gz |
remove unused settings from /api/statusnet/config
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/twitter_api/controllers/util_controller.ex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/pleroma/web/twitter_api/controllers/util_controller.ex b/lib/pleroma/web/twitter_api/controllers/util_controller.ex index 7dbac620e..d1ecebf61 100644 --- a/lib/pleroma/web/twitter_api/controllers/util_controller.ex +++ b/lib/pleroma/web/twitter_api/controllers/util_controller.ex @@ -172,10 +172,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do redirectRootLogin: Keyword.get(@instance_fe, :redirect_root_login), chatDisabled: !Keyword.get(@instance_chat, :enabled), 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), - whoToFollowProvider: Keyword.get(@instance_fe, :who_to_follow_provider), - whoToFollowLink: Keyword.get(@instance_fe, :who_to_follow_link), collapseMessageWithSubject: Keyword.get(@instance_fe, :collapse_message_with_subject) } |