Merge branch 'admin-api-change-password' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 2927775ebbfc7ff6351c37cb00b3a883f88859df..a22f744c1ffed29d2f49c677752b5bd015206839 100644 (file)
@@ -515,7 +515,7 @@ defmodule Pleroma.Web.Router do
   end
 
   pipeline :ostatus do
-    plug(:accepts, ["html", "xml", "atom", "activity+json", "json"])
+    plug(:accepts, ["html", "xml", "rss", "atom", "activity+json", "json"])
     plug(Pleroma.Plugs.StaticFEPlug)
   end