-
-
Notifications
You must be signed in to change notification settings - Fork 428
Autocomplete: Prioritize your own name last #314
Copy link
Copy link
Closed
Labels
Description
Right now we sort by most recently active. If I just sent a message as shazow, responding to steve. And I s<tab again, it'll complete to shazow which makes sense since it was the most recent activity but I almost never want my own name.
It should only include my name if it's the only result.
Should be a fairly small change here:
Line 259 in 67163a9
| completed = h.completeName(partial) |
Probably need to modify the completeName helper (or inline it altogether, since it's not used anywhere else?).
Reactions are currently unavailable