about summary refs log tree commit diff
path: root/app/views/statuses
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-01-03 05:00:17 +0100
committerGitHub <noreply@github.com>2020-01-03 05:00:17 +0100
commit6a8c8dc6fb67f58f5aadc082fe49d0fcdc5e47ed (patch)
treeaa572ebb55530e0b1cbd52cc6046928ab5ed3d4b /app/views/statuses
parent6c1ba513ee00443cba684adfe41f62567bd6bb21 (diff)
Fix cache digesting log noise on status embeds (#12750)
Diffstat (limited to 'app/views/statuses')
-rw-r--r--app/views/statuses/embed.html.haml5
1 files changed, 2 insertions, 3 deletions
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