d99kris / nchat

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

[Enhancement] Sorted chats based on last activity #24

Closed jfamousket closed 3 years ago

jfamousket commented 4 years ago

Firstly, Great Work!!! I just have a few problems:

I am willing to make updates on my personal clone if you can point me to where to make these updates (I am not used to C : /). Thanks.

d99kris commented 4 years ago

Thanks for reporting the suggestions, I think they make sense.

To enable sorted chats some "architectural" changes are needed, so unfortunately I can't provide some simple pointers. But I'll look into this. I've also missed this functionality sometimes.

The counter for unread messages should be more simple, but I don't have the code fresh in my head now so I'll need to take a look.

jfamousket commented 4 years ago

Thanks for your timely reply, looking forward to the changes.

d99kris commented 3 years ago

Hi @jfamousket - the architectural changes has finally been completed - and nchat has been rewritten essentially from scratch in e5b20c0. Chats are now sorted based on last message timestamp, similar to the phone app.

Message count is not available, as it is complex to report correctly. Feel free to submit a new Github issue if you still would like to see this supported. I will close this issue.