Quick fix for avatars with the same URL not being perceived as updated and in need of re-download
This commit is contained in:
parent
8b16f81882
commit
f2931af61e
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Nokogiri::XML::Builder.new do |xml|
|
|||
title xml, @account.display_name
|
||||
subtitle xml, @account.note
|
||||
updated_at xml, stream_updated_at
|
||||
logo xml, full_asset_url(@account.avatar.url( :original))
|
||||
logo xml, full_asset_url(@account.avatar.url(:original))
|
||||
|
||||
author(xml) do
|
||||
include_author xml, @account
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue