ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.19k stars 69 forks source link

Feature Request: Re-sort DM channels by recent order on message create #230

Open ShadiestGoat opened 2 years ago

ShadiestGoat commented 2 years ago

The DM channels aren't sorted in the same way that the discord client sorts them, and it is quite hard to navigate through DMs

ghost commented 2 years ago

DM channels are sorted by their last message ID which is the ID of the last message sent in a channel.

ShadiestGoat commented 2 years ago

@ayntgl they aren't updated though. If I send a message in a channel, the channel order is not updated, it needs a reload to take effect

ShadiestGoat commented 2 years ago

Related, empty channels are always on the top

apprehensions commented 2 years ago

ironically enough a deleted users dms is always at the top, despite sending messages at all.

it needs a reload to take effect

for me this is false since 2 random users (including deleted user, no messages sent in either) is always at the top

ShadiestGoat commented 2 years ago

including deleted user, no messages sent in either

Yes, empty channels are at the top. I'll see if I can figure something out myself ^^