Ignore preferences in history and activity stream.
This commit is contained in:
parent
e853629440
commit
e570e110c5
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue