From: Eugen Rochko Date: Thu, 3 Nov 2016 17:55:55 +0000 (+0100) Subject: Disable caching of statuses (maybe this will help with the weird bug) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=abf664b560edc5aea5ef4161e26ebfa448a7bdf3;p=mastodon.git Disable caching of statuses (maybe this will help with the weird bug) --- diff --git a/app/views/api/v1/statuses/_show.rabl b/app/views/api/v1/statuses/_show.rabl index b105a114b..00e6f64c1 100644 --- a/app/views/api/v1/statuses/_show.rabl +++ b/app/views/api/v1/statuses/_show.rabl @@ -1,4 +1,3 @@ -cache attributes :id, :created_at, :in_reply_to_id node(:uri) { |status| TagManager.instance.uri_for(status) }