config: chase pleroma-fe updates from MR pleroma-fe!324.
[akkoma] / lib / pleroma / web / twitter_api / controllers / util_controller.ex
index 7dbac620ef2cffe264f3ea00813a44e1b76ee52e..68e9a47b7d2b1ebb48f1bc4e02554ad0ea16efd2 100644 (file)
@@ -168,14 +168,13 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do
               theme: Keyword.get(@instance_fe, :theme),
               background: Keyword.get(@instance_fe, :background),
               logo: Keyword.get(@instance_fe, :logo),
+              logoMask: Keyword.get(@instance_fe, :logo_mask),
+              logoMargin: Keyword.get(@instance_fe, :logo_margin),
               redirectRootNoLogin: Keyword.get(@instance_fe, :redirect_root_no_login),
               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)
             }