Browse Source

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

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
abf664b560
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/views/api/v1/statuses/_show.rabl

+ 0
- 1
app/views/api/v1/statuses/_show.rabl View File

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

Loading…
Cancel
Save