From 27261223f0319fc980b2ba350dcc94afea8b6d7c Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Thu, 31 Oct 2019 08:48:16 -0600 Subject: [PATCH] updated populateChat() to call populateList() to mark chat messages as read when joining a channel or refreshing the chat --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 52ddb3a..9f669eb 100644 --- a/main.go +++ b/main.go @@ -412,7 +412,7 @@ func populateChat() { } } printToView("Chat", actuallyPrintMe) - + go populateList() } func populateList() { _, maxY := g.Size()