Do not use expiring links after all
This commit is contained in:
parent
24e692b0cf
commit
f763e844e8
11 changed files with 13 additions and 18 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.expiring_url(s3_expiry, :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