You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Matt Panaro 9cbbc50fcd Fix 12661 (#12744)
* Revert "persist last-intersected status update and restore when ScrollableList is restored"

This reverts commit 07e26142ef.

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 c93df2159f.

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
5 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Hide blocked users from more places (#12733) 5 years ago
helpers Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
javascript Fix 12661 (#12744) 5 years ago
lib Fix error when searching for empty phrase (#12711) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 6 years ago
middleware Fix uncaught query param encoding errors (#12741) 5 years ago
models Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
services Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 6 years ago
views Add translation project promotion link (#12736) 5 years ago
workers Fix RefollowWorker not keeping show_reblogs setting (#12707) 5 years ago