diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pleroma/web/twitter_api/controllers/util_controller.ex | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pleroma/web/twitter_api/controllers/util_controller.ex b/lib/pleroma/web/twitter_api/controllers/util_controller.ex index 24ebdf007..7dbac620e 100644 --- a/lib/pleroma/web/twitter_api/controllers/util_controller.ex +++ b/lib/pleroma/web/twitter_api/controllers/util_controller.ex @@ -175,7 +175,9 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do                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) +              whoToFollowLink: Keyword.get(@instance_fe, :who_to_follow_link), +              collapseMessageWithSubject: +                Keyword.get(@instance_fe, :collapse_message_with_subject)              }            }          })  | 
