Compare commits

..

No commits in common. "fe755bbe13adcbbd3978298ab433ecb821ba00e2" and "5c8a7ac056b21a27810d763a84b60f067712f6b8" have entirely different histories.

View File

@ -333,7 +333,7 @@ func (cr ChatHandler) MessageList(c *gin.Context) {
return messages[i].ID > messages[j].ID
}
})
//fmt.Printf("data is %+v\n", messages)
fmt.Printf("data is %+v\n", messages)
total := 0
for i, message := range messages {
switch request.Direction {