Remote Timeline: add Streaming support
[akkoma] / lib / pleroma / plugs / frontend_static.ex
index f549ca75fa1677278845c532a55aa2c4b4e50ed6..11a0d538222e051ec99abba2f512fca3a04f3b5c 100644 (file)
@@ -30,6 +30,7 @@ defmodule Pleroma.Plugs.FrontendStatic do
     opts
     |> Keyword.put(:from, "__unconfigured_frontend_static_plug")
     |> Plug.Static.init()
+    |> Map.put(:frontend_type, opts[:frontend_type])
   end
 
   def call(conn, opts) do