Browse Source

Repopulate list on message send to fix unread PM bug

pull/1/head
Gregory 'Rudi' Rudolph 5 years ago
parent
commit
cfeba8c7dc
  1. 1
      main.go

1
main.go

@ -293,6 +293,7 @@ func handleInput(g *gocui.Gui) error { @@ -293,6 +293,7 @@ func handleInput(g *gocui.Gui) error {
} else {
go sendChat(inputString)
}
go populateList(g)
}
clearView(g, "Input")
return nil

Loading…
Cancel
Save