]> cat aescling's git repositories - mastodon.git/commit
Don't preload timelines as props, load them when timeline component is mounted
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 16 Oct 2016 17:23:17 +0000 (19:23 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 16 Oct 2016 17:23:17 +0000 (19:23 +0200)
commitf0f791bb76bbe1e8ea4329b3c5ebcbb9f7076b0d
tree266a5d59f806822914fb8e66aad4b9771376842e
parent0895ff414e73212e23c3d680846b5b8b7666bdfd
Don't preload timelines as props, load them when timeline component is mounted
This prevents the bug where if you go "back" to the UI after navigating to
another page it loads with the old set of statuses
app/assets/javascripts/components/containers/mastodon.jsx
app/assets/javascripts/components/features/home_timeline/index.jsx
app/assets/javascripts/components/features/mentions_timeline/index.jsx
app/assets/javascripts/components/features/public_timeline/index.jsx
app/helpers/home_helper.rb