diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-03 19:06:11 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-03 19:06:11 +0100 |
commit | 1828df9bc019bd3019bd196cdff668d3f9c2258a (patch) | |
tree | 055eda4065f1b87176686a2f1d4264deef492b13 /app/views/api | |
parent | abf664b560edc5aea5ef4161e26ebfa448a7bdf3 (diff) |
Disable accounts caching too
Diffstat (limited to 'app/views/api')
-rw-r--r-- | app/views/api/v1/accounts/show.rabl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/api/v1/accounts/show.rabl b/app/views/api/v1/accounts/show.rabl index b7b4d2640..0d9e268a1 100644 --- a/app/views/api/v1/accounts/show.rabl +++ b/app/views/api/v1/accounts/show.rabl @@ -1,5 +1,4 @@ object @account -cache attributes :id, :username, :acct, :display_name, :note |