Bios-Marcel / cordless

The Discord terminal client you never knew you wanted.
BSD 3-Clause "New" or "Revised" License
1.64k stars 140 forks source link

Online status #275

Open Idesmi opened 4 years ago

Idesmi commented 4 years ago

What do you want

Visible online statuses for users in my chat list.

Why

For now I'm constantly checking my phone to make sure the other person is not "busy" before starting a conversation. It'd be nice to implement this decoration in-client.

Implementation hints

A coloured ● before or after a user's name.

Bios-Marcel commented 4 years ago

Currently this doesn't work due to the broken members cache and presences cache.

Lightseypoo commented 4 years ago

What sort of action would need to be taken to proceed with this?

Bios-Marcel commented 4 years ago

I'd have to write support receiving Member Chunk Objects in github.com/Bios-Marcel/discordgo. I think the presence objects are buggy too, same problem.