about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-05-16 10:43:44 +0200
committerGitHub <noreply@github.com>2022-05-16 10:43:44 +0200
commit3a084113067656ef9318b9fb5bcfea4fd2de6ffe (patch)
tree251a14cd362a6d98c1721e8f3f54fc386165e464 /app/views
parent94e98864e39c010635e839fea984f2b4893bef1a (diff)
parent040b7d37a460e5f023f7654b1b619368cbbc24ea (diff)
Merge pull request #1772 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views')
-rw-r--r--app/views/tags/show.rss.ruby1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/tags/show.rss.ruby b/app/views/tags/show.rss.ruby
index 4152ecd24..f4481b81c 100644
--- a/app/views/tags/show.rss.ruby
+++ b/app/views/tags/show.rss.ruby
@@ -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}")