hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
736 stars 56 forks source link

Restore 3.x username suggestion behavior #1272

Closed a-dows closed 1 year ago

a-dows commented 1 year ago

Pitch

Since updating to v4.0.2+hometown-1.1.0, the web interface's suggested usernames to tag in a post (shown when typing the @ character and waiting) appear to weight follower count, rather than followers/accounts you follow first.

The original sorting should be restored.

Motivation

Accounts you follow are far more likely to be tagged or interacted in a new post than a random high-follower-count account.

dariusk commented 1 year ago

Mostly a note for future me, there is more discussion here

https://friend.camp/@darius/109638046110736281

dariusk commented 1 year ago

~Looks like I need to revert this change: https://github.com/mastodon/mastodon/pull/19251~

Nope, I just needed to add a ranking order based on following

dariusk commented 1 year ago

Also made a PR on Mastodon https://github.com/mastodon/mastodon/pull/22956

dariusk commented 1 year ago

For the record, after consulting with Eugen, we came up with a better fix: 15e78b9a0a791c90c8c49b7ae4cce3d698e52143