X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fplugs%2Ffrontend_static.ex;h=11a0d538222e051ec99abba2f512fca3a04f3b5c;hb=e0eb90f62a5c8cc14c8fd7fc82ab54342f6fe209;hp=f549ca75fa1677278845c532a55aa2c4b4e50ed6;hpb=79f9ddd8b725519f719219b70b8dd8558d5212cf;p=akkoma diff --git a/lib/pleroma/plugs/frontend_static.ex b/lib/pleroma/plugs/frontend_static.ex index f549ca75f..11a0d5382 100644 --- a/lib/pleroma/plugs/frontend_static.ex +++ b/lib/pleroma/plugs/frontend_static.ex @@ -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