Normalized data in Redux, fix for asset URLs when rendered outside request

This commit is contained in:
Eugen Rochko
2016-09-04 14:04:26 +02:00
parent 7939a216ff
commit 1022d682dc
9 changed files with 71 additions and 27 deletions

View File

@ -4,7 +4,7 @@ Nokogiri::XML::Builder.new do |xml|
title xml, @account.display_name
subtitle xml, @account.note
updated_at xml, stream_updated_at
logo xml, asset_url(@account.avatar.url(:medium, false))
logo xml, full_asset_url(@account.avatar.url(:medium, false))
author(xml) do
include_author xml, @account