diff --git a/bookwyrm/templates/snippets/status/generated_status.html b/bookwyrm/templates/snippets/status/generated_status.html index f9175144..4051f2c0 100644 --- a/bookwyrm/templates/snippets/status/generated_status.html +++ b/bookwyrm/templates/snippets/status/generated_status.html @@ -6,7 +6,6 @@ {% load cache %} {% if not hide_book %} - {% cache 259200 generated_status_book status.id %} {% with book=status.book|default:status.mention_books.first %}
@@ -26,7 +25,6 @@
{% endwith %} - {% endcache %} {% endif %} {% endspaceless %}