diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-13 17:41:26 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-16 12:45:31 +0300 |
commit | 91870c8995c154839d611bcce6d038f72ef0665c (patch) | |
tree | 2559b8537a58f0131e8a9c497f50f1554aacd228 /lib/pleroma/web/router.ex | |
parent | 26e2076659450361b4fd4252c7a7b838099c442b (diff) | |
download | pleroma-91870c8995c154839d611bcce6d038f72ef0665c.tar.gz |
adding rss for user feed
Diffstat (limited to 'lib/pleroma/web/router.ex')
-rw-r--r-- | lib/pleroma/web/router.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index e4e3ee704..3f36f6c1a 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -513,7 +513,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 |