diamondburned / dissent

Tiny native Discord app

Home Page:https://flathub.org/apps/details/so.libdb.dissent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DM list immediately fades away after open

amyipdev opened this issue · comments

commented

I can load the client fine, and most functionality works, but my DM drawer is very broken.

After clicking on the drawer, I can see the list for about 0.25s:
image

It then immediately disappears:
image

commented

If I Ctrl-K into a DM then this bug does not occur.

Is there anything about this in Logs?

I've had the same issue on the latest commit. To fix that, you need to click the first DM before the fade-out animation kicks in.
I think this might be an unimplemented behavior that happens only if you login to Dissent for the first time. To fix that in code, you probably just need to fetch the first DM from the vector and select it in the ListBox.

Interesting, that's really helpful.

The fix mentioned above is also what I found out you could do to work around the bug. But yeah, also happened to me once, although it doesn't happen anymore.

0e869e2 should fix this issue.