about summary refs log tree commit diff
path: root/app/views/accounts/show.rss.ruby
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/accounts/show.rss.ruby')
-rw-r--r--app/views/accounts/show.rss.ruby1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/accounts/show.rss.ruby b/app/views/accounts/show.rss.ruby
index 5e1c3a518..fd45a8b2b 100644
--- a/app/views/accounts/show.rss.ruby
+++ b/app/views/accounts/show.rss.ruby
@@ -9,7 +9,6 @@ RSS::Builder.build do |doc|
 
   @statuses.each do |status|
     doc.item do |item|
-      item.title(l(status.created_at))
       item.link(ActivityPub::TagManager.instance.url_for(status))
       item.pub_date(status.created_at)
       item.description(rss_status_content_format(status))