logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: abf664b560edc5aea5ef4161e26ebfa448a7bdf3
parent: 829d189f44f1c8bdfc3aa60aa4ae2f477c72edad
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Thu,  3 Nov 2016 18:55:55 +0100

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

Diffstat:

Mapp/views/api/v1/statuses/_show.rabl1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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) }