Merge branch 'migration-fixes-20' into 'develop'
[akkoma] / lib / pleroma / web / static_fe / static_fe_view.ex
index 5612a06bb0b01121e543e017ad00000554bb98a4..821ece9a9a35d2d8eafc5c112a7f5f455bb367af 100644 (file)
@@ -11,7 +11,6 @@ defmodule Pleroma.Web.StaticFE.StaticFEView do
   alias Pleroma.Web.Endpoint
   alias Pleroma.Web.Gettext
   alias Pleroma.Web.MediaProxy
-  alias Pleroma.Formatter
   alias Pleroma.Web.Metadata.Utils
   alias Pleroma.Web.Router.Helpers
 
@@ -38,4 +37,11 @@ defmodule Pleroma.Web.StaticFE.StaticFEView do
   end
 
   def instance_name, do: Pleroma.Config.get([:instance, :name], "Pleroma")
+
+  def open_content? do
+    Pleroma.Config.get(
+      [:frontend_configurations, :collapse_message_with_subjects],
+      true
+    )
+  end
 end