mastodon/app/javascript/mastodon/reducers
Matt Panaro 9cbbc50fcd 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
2020-01-02 22:46:42 +01:00
..
accounts.js
accounts_counters.js
alerts.js
blocks.js
compose.js
contexts.js
conversations.js
custom_emojis.js
domain_lists.js
dropdown_menu.js
filters.js
height_cache.js
identity_proofs.js
index.js
list_adder.js
list_editor.js
lists.js
media_attachments.js
meta.js
missed_updates.js
modal.js
mutes.js
notifications.js
polls.js
push_notifications.js
relationships.js
reports.js
search.js
settings.js
status_lists.js
statuses.js
suggestions.js
timelines.js
trends.js
user_lists.js