Browse Source

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

pull/39/head
David Haukeness 5 years ago
parent
commit
27261223f0
No known key found for this signature in database
GPG Key ID: A7F1091956853EF9
  1. 2
      main.go

2
main.go

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

Loading…
Cancel
Save