d99kris / nchat

Terminal-based Telegram / WhatsApp client for Linux and macOS
MIT License
619 stars 43 forks source link

[Suggestion] Contact list sorting options #29

Closed IronPiston closed 3 years ago

IronPiston commented 4 years ago

Currently, it appears that contacts are sorted via groups then private messages. Two features would make contact sorting more robust:

1) Respect pinned chats, sorting them at the top of the list at all times 2) Option to sort chronologically, rather than by group size

With both of these, chats should sort the same way as Telegram does.

d99kris commented 3 years ago

Hi @IronPiston - improved chat sorting (sorted by last message timestamp) has been implemented in e5b20c0.

Disonantemus commented 8 months ago
d99kris commented 8 months ago
  • This fixed #2 sorting by timestamp.
  • But still today (nchat 4.13 GIT) don't address #1 , I do think is useful (whatsapp side).

Right, pinned chats are not supported by nchat (yet). There's a feature request for it #168 - please help to upvote it if you'd like to see it supported.

Disonantemus commented 8 months ago
d99kris commented 8 months ago

Thanks, and no worries! I know it's not typical to split bugs under "issues" and feature requests under "discussions". It just helps me to separate urgent from nice-to-have tasks.