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
Darius Kazemi 264655c53a
Fix account search not returning followed accounts first (#22956)
* Make autosuggest for mentions return followed accounts first

This makes it so that (when elasticsearch is disabled) when a user types '@foo' in the compose box, they are first going to get accounts they follow ordered by the ranking algorithm, and then second they will get accounts they do not follow, also ordered by the ranking algorithm.

This makes behavior more consistent with user expectation and also with results when elasticsearch is enabled.

* Fix ranking order to correct direction

* One more fixup per @gargron suggestion

* Tweak to ranking to no longer include following modifier
2 years ago
..
chewy
controllers Add dropdown menu item to open admin interface for remote domains (#21895) 2 years ago
helpers
javascript New Crowdin updates (#22901) 2 years ago
lib Check OpenSearch compatibility version instead of regular version (#22422) 2 years ago
mailers
models Fix account search not returning followed accounts first (#22956) 2 years ago
policies
presenters
serializers Add `reading:autoplay:gifs` to /api/v1/preferences (#22706) 2 years ago
services Fix possible race conditions when suspending/unsuspending accounts (#22363) 2 years ago
validators Strip spaces around URL when adding a relay (#22655) 2 years ago
views Add a11y tags to the modal (#22549) 2 years ago
workers