Fix cache digesting log noise on status embeds (#12750)

master
Eugen Rochko 4 years ago committed by GitHub
parent 6c1ba513ee
commit 6a8c8dc6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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

Loading…
Cancel
Save