Compare commits

...

2 Commits

Author SHA1 Message Date
7c75f0722a Merge branch 'chat' into dev 2025-06-16 16:18:17 +08:00
58eb0d0b52 Update dto.go 2025-06-16 16:18:06 +08:00

View File

@ -83,7 +83,7 @@ func (m *MessageListType) BuildMessage(data *accountFiee.ChatRecordData) {
}
case accountFiee.MsgType_TextMsgType, accountFiee.MsgType_CardType:
m.Message = Message{
MsgType: accountFiee.MsgType_TextMsgType,
MsgType: data.MsgType,
Text: data.Content,
Media: []MessageMedia{},
LocalStamp: data.LocalStamp,