1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-08-05 12:36:08 +00:00

React not working properly

This commit is contained in:
Gregory 'Rudi' Rudolph
2019-09-24 21:35:02 -04:00
parent 2f5b7409b0
commit d8b5c37d91
+1
View File
@@ -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 {