Disable caching of statuses (maybe this will help with the weird bug)

master
Eugen Rochko 8 years ago
parent 829d189f44
commit abf664b560
  1. 1
      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) }

Loading…
Cancel
Save