Browse Source

React not working properly

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

1
main.go

@ -48,6 +48,7 @@ func populateChat(g *gocui.Gui) { @@ -48,6 +48,7 @@ func populateChat(g *gocui.Gui) {
} else {
var printMe []string
var actuallyPrintMe string
lastMessage.ID = api.Result.Messages[0].Msg.ID
for _, message := range api.Result.Messages {
if message.Msg.Content.Type == "text" {
if lastMessage.ID < 1 {

Loading…
Cancel
Save