about summary refs log tree commit diff
path: root/app/views/api
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-03 18:55:55 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-03 18:55:55 +0100
commitabf664b560edc5aea5ef4161e26ebfa448a7bdf3 (patch)
treee11cc6e103fdbc3992bcbebe23271e64c4998035 /app/views/api
parent829d189f44f1c8bdfc3aa60aa4ae2f477c72edad (diff)
Disable caching of statuses (maybe this will help with the weird bug)
Diffstat (limited to 'app/views/api')
-rw-r--r--app/views/api/v1/statuses/_show.rabl1
1 files changed, 0 insertions, 1 deletions
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) }