]> cat aescling's git repositories - mastodon.git/commitdiff
Fix cache digesting log noise on status embeds (#12750)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 3 Jan 2020 04:00:17 +0000 (05:00 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2020 04:00:17 +0000 (05:00 +0100)
app/views/statuses/embed.html.haml

index 6f2ec646fe66704529189e126fcb338e17791094..2f111f53fccd2fc7992ae470aaa76fdafaaa6c6b 100644 (file)
@@ -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