diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-09 11:21:41 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-09 11:21:41 -0600 |
commit | a489e5d5cd33f52e4af38e6977a284b367f2f95e (patch) | |
tree | 1272dc83b02287e4191d7cabfb6a5852e8d651a9 /app/serializers | |
parent | abe95b614b6355e61dd2955e09115ac473417c84 (diff) |
added a few more things
Diffstat (limited to 'app/serializers')
-rw-r--r-- | app/serializers/initial_state_serializer.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/initial_state_serializer.rb b/app/serializers/initial_state_serializer.rb index 9dfa019f5..904daa804 100644 --- a/app/serializers/initial_state_serializer.rb +++ b/app/serializers/initial_state_serializer.rb @@ -28,6 +28,7 @@ class InitialStateSerializer < ActiveModel::Serializer store[:me] = object.current_account.id.to_s store[:unfollow_modal] = object.current_account.user.setting_unfollow_modal store[:boost_modal] = object.current_account.user.setting_boost_modal + store[:favourite_modal] = object.current_account.user.setting_favourite_modal store[:delete_modal] = object.current_account.user.setting_delete_modal store[:auto_play_gif] = object.current_account.user.setting_auto_play_gif store[:reduce_motion] = object.current_account.user.setting_reduce_motion |