Browse Source

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

master
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
6a8c8dc6fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      app/views/statuses/embed.html.haml

+ 2
- 3
app/views/statuses/embed.html.haml View 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

Loading…
Cancel
Save