]> cat aescling's git repositories - mastodon.git/commit
Fix 12661 (#12744)
authorMatt Panaro <matt.panaro@gmail.com>
Thu, 2 Jan 2020 21:46:42 +0000 (16:46 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 2 Jan 2020 21:46:42 +0000 (22:46 +0100)
commit9cbbc50fcdfe2ec852107b1757d92d54b862a91a
treefcf25f963b86a093ada64042422af05197b84793
parentaa138ea350dfb2a47ef0b29eff811c6da402a830
Fix 12661 (#12744)

* Revert "persist last-intersected status update and restore when ScrollableList is restored"

This reverts commit 07e26142ef6a8e74bd2ac5e9b461a5a1699bd4c8.

accidentally merged spurious code in https://github.com/tootsuite/mastodon/pull/12661.  https://github.com/tootsuite/mastodon/pull/12735 removes the slowdown that this code was trying to solve; and other functionality successfully restores the view state of the list

* Revert "cache currently-viewing status id to avoid calling redux with identical value"

This reverts commit c93df2159fbd3888a5c48d8a8b8ae61dbbc54b89.

accidentally merged spurious code in https://github.com/tootsuite/mastodon/pull/12661.  https://github.com/tootsuite/mastodon/pull/12735 removes the slowdown that this code was trying to solve; and other functionality successfully restores the view state of the list
app/javascript/mastodon/actions/timelines.js
app/javascript/mastodon/components/intersection_observer_article.js
app/javascript/mastodon/components/scrollable_list.js
app/javascript/mastodon/components/status_list.js
app/javascript/mastodon/features/ui/containers/status_list_container.js
app/javascript/mastodon/reducers/timelines.js