From e570e110c566c1b87cab73a6c59c0c1c0cb3f1a3 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 29 Sep 2015 21:32:05 +0200 Subject: [PATCH] Ignore preferences in history and activity stream. --- app/models/user.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/user.rb b/app/models/user.rb index 1fcb72b89..324509b29 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -52,6 +52,7 @@ class User < ApplicationModel last_login: true, image: true, image_source: true, + preferences: true, } ) history_support( @@ -59,6 +60,7 @@ class User < ApplicationModel password: true, image: true, image_source: true, + preferences: true, } ) search_index_support(