|
@@ -191,6 +191,7 @@ func (gt *GuildsTree) onSelected(n *tview.TreeNode) {
|
|
|
gt.createChannelNodes(n, cs)
|
|
gt.createChannelNodes(n, cs)
|
|
|
case discord.ChannelID:
|
|
case discord.ChannelID:
|
|
|
mainFlex.messagesText.drawMsgs(ref)
|
|
mainFlex.messagesText.drawMsgs(ref)
|
|
|
|
|
+ mainFlex.messagesText.ScrollToEnd()
|
|
|
|
|
|
|
|
c, err := discordState.Cabinet.Channel(ref)
|
|
c, err := discordState.Cabinet.Channel(ref)
|
|
|
if err != nil {
|
|
if err != nil {
|