From: Eugen Rochko Date: Fri, 3 Jan 2020 04:00:17 +0000 (+0100) Subject: Fix cache digesting log noise on status embeds (#12750) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6a8c8dc6fb67f58f5aadc082fe49d0fcdc5e47ed;p=mastodon.git Fix cache digesting log noise on status embeds (#12750) --- diff --git a/app/views/statuses/embed.html.haml b/app/views/statuses/embed.html.haml index 6f2ec646f..2f111f53f 100644 --- a/app/views/statuses/embed.html.haml +++ b/app/views/statuses/embed.html.haml @@ -1,3 +1,2 @@ -- cache @status do - .activity-stream.activity-stream--headless - = render 'status', status: @status, centered: true, autoplay: @autoplay +.activity-stream.activity-stream--headless + = render 'status', status: @status, centered: true, autoplay: @autoplay