Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort autocomplete by latest message instead of alphabetically #12

Open
pta2002 opened this issue Nov 25, 2018 · 0 comments
Open

Sort autocomplete by latest message instead of alphabetically #12

pta2002 opened this issue Nov 25, 2018 · 0 comments

Comments

@pta2002
Copy link

pta2002 commented Nov 25, 2018

Lets see in this case:

There are users Albert, Alfred and Alice, and the chat log looks like this:

<Albert> [message1]
<Alice> [message2]
<Alice> [message3]

You now want to reply to Alice, so you use write "Al" and use the autocomplete, but it'll default to Albert because it's first alphabetically.

I understand this can be difficult because of network problems, but a solution would be to keep a list that stores when a nick last spoke, defaulting to alphabetical order if that isn't available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant