Skip to content
Snippets Groups Projects
Unverified Commit 12535568 authored by Jeong Arm's avatar Jeong Arm Committed by GitHub
Browse files

Fix rss view on hashtag (#18406)

parent bda8345e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ RSS::Builder.build do |doc|
doc.description(I18n.t('rss.descriptions.tag', hashtag: @tag.name))
doc.link(tag_url(@tag))
doc.last_build_date(@statuses.first.created_at) if @statuses.any?
doc.icon(full_asset_url(@account.avatar.url(:original)))
doc.logo(full_pack_url('media/images/logo_transparent_white.svg'))
doc.generator("Mastodon v#{Mastodon::Version.to_s}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment