Send initial state in a <script type="application/json"> tag (#1806)

This commit is contained in:
Joachim Viide
2017-04-15 03:32:42 +03:00
committed by Eugen
parent 9240ca6cef
commit ef879a8839
9 changed files with 25 additions and 17 deletions

View File

@ -2,6 +2,7 @@ object false
node(:meta) do
{
streaming_api_base_url: @streaming_api_base_url,
access_token: @token,
locale: I18n.locale,
me: current_account.id,