updated populateChat() to call populateList() to mark chat messages as read when joining a channel or refreshing the chat

This commit is contained in:
2019-10-31 08:48:16 -06:00
parent e4784e4fb2
commit 27261223f0

View File

@ -412,7 +412,7 @@ func populateChat() {
} }
} }
printToView("Chat", actuallyPrintMe) printToView("Chat", actuallyPrintMe)
go populateList()
} }
func populateList() { func populateList() {
_, maxY := g.Size() _, maxY := g.Size()