about summary refs log tree commit diff
path: root/app/views/home
diff options
context:
space:
mode:
authorblackle <isabelle@blackle-mori.com>2017-04-11 10:10:16 -0400
committerblackle <isabelle@blackle-mori.com>2017-04-11 10:10:16 -0400
commit06444bf050a267da7001c2801480c5fae3e1559e (patch)
tree4dd809131a514dac055bcc7abd038fcbf638669f /app/views/home
parentf53fb6aa660834074bbbffac5b1fe5ea0cc85edf (diff)
Allow user to disable the boost confirm dialog in preferences
Diffstat (limited to 'app/views/home')
-rw-r--r--app/views/home/initial_state.json.rabl1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/home/initial_state.json.rabl b/app/views/home/initial_state.json.rabl
index 71949ab0e..caee2bfc7 100644
--- a/app/views/home/initial_state.json.rabl
+++ b/app/views/home/initial_state.json.rabl
@@ -5,6 +5,7 @@ node(:meta) do
     access_token: @token,
     locale: I18n.locale,
     me: current_account.id,
+    boost_modal: current_account.user.setting_boost_modal,
   }
 end