]> cat aescling's git repositories - mastodon.git/commitdiff
Disable caching of statuses (maybe this will help with the weird bug)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 3 Nov 2016 17:55:55 +0000 (18:55 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 3 Nov 2016 17:55:55 +0000 (18:55 +0100)
app/views/api/v1/statuses/_show.rabl

index b105a114b1b480b85c5e4dbb735a42475e1e8a0b..00e6f64c175b3083b2836e86f1ec57a9f471154c 100644 (file)
@@ -1,4 +1,3 @@
-cache
 attributes :id, :created_at, :in_reply_to_id
 
 node(:uri)              { |status| TagManager.instance.uri_for(status) }