DarkGuy10 / BotClient

A discord botclient built with Electron, React and discord.js.
MIT License
182 stars 17 forks source link

Bug: Loading messages in incorrect servers/channels #47

Open FIRECATinBLACK opened 1 year ago

FIRECATinBLACK commented 1 year ago

Issue checklist

Issue description

Issue and how to reproduce: -select channel a on server a -scroll up until BotClient attempts to load more messages in the channel -select different channel b on server b -change channels on server b until result Result: BotClient loads messages from channel or server a in channel b on server b

Current behavior

Botclient starts loading messages from channel a and upon switching to channel b it loads a instead

Expected behavior

Botclient starts loading messages from channel a and upon switching to channel b it displays channel b

BotClient version

v0.10.3

Operating System

Windows 11

How did you download the application?

From GitHub releases (or links from the readme)

Priority this issue should have

High (immediate attention needed)

Addition information

In case it matters or helps discord convo in the bugs channel including a potential fix and another description

image