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,
|
last_login: true,
|
||||||
image: true,
|
image: true,
|
||||||
image_source: true,
|
image_source: true,
|
||||||
|
preferences: true,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
history_support(
|
history_support(
|
||||||
|
@ -59,6 +60,7 @@ class User < ApplicationModel
|
||||||
password: true,
|
password: true,
|
||||||
image: true,
|
image: true,
|
||||||
image_source: true,
|
image_source: true,
|
||||||
|
preferences: true,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
search_index_support(
|
search_index_support(
|
||||||
|
|
Loading…
Reference in a new issue