Merge branch 'reactions' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 7349f4cdabee4e61dbec69d828b9267f8babcf6f..93e7e45f9ae9a7473017c023016a2b3bcb748c27 100644 (file)
@@ -503,6 +503,7 @@ defmodule Pleroma.Web.Router do
 
   pipeline :ostatus do
     plug(:accepts, ["html", "xml", "atom", "activity+json", "json"])
+    plug(Pleroma.Plugs.StaticFEPlug)
   end
 
   pipeline :oembed do