Add option to disable blurhash previews (#11188)
* Add option to disable blurhash previews * Update option text * Change options order
This commit is contained in:
parent
915c619394
commit
3086c645fd
10 changed files with 21 additions and 3 deletions
|
@ -32,6 +32,7 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
store[:expand_spoilers] = object.current_account.user.setting_expand_spoilers
|
||||
store[:reduce_motion] = object.current_account.user.setting_reduce_motion
|
||||
store[:advanced_layout] = object.current_account.user.setting_advanced_layout
|
||||
store[:use_blurhash] = object.current_account.user.setting_use_blurhash
|
||||
store[:is_staff] = object.current_account.user.staff?
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue