Styling and RSS updates

This commit is contained in:
2023-06-24 20:17:14 +10:00
parent a8f0b30eb1
commit 361a5dc021
5 changed files with 16 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ module Adamantium
include Deps["views.feeds.statuses_rss"]
def handle(req, res)
res.content_type = "application/rss+xml"
res.content_type = "text/xml; charset=utf-8"
res.render statuses_rss, format: :xml
end
end