This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Disable caching of statuses (maybe this will help with the weird bug)
closed-social-v3
Eugen Rochko
8 years ago
parent
829d189f44
commit
abf664b560
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
attributes :id, :created_at, :in_reply_to_id
node(:uri) { |status| TagManager.instance.uri_for(status) }
node(:uri) { |status| TagManager.instance.uri_for(status) }
Write
Preview
Loading…
Cancel
Save