Skip to content

Commit

Permalink
h (#2501)
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Aug 9, 2024
1 parent 1781605 commit 7110183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/rpc/msg/callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func toCommonCallback(ctx context.Context, msg *pbchat.SendMsgReq, command strin
MsgFrom: msg.MsgData.MsgFrom,
ContentType: msg.MsgData.ContentType,
Status: msg.MsgData.Status,
SendTime: msg.MsgData.SendTime,
CreateTime: msg.MsgData.CreateTime,
AtUserIDList: msg.MsgData.AtUserIDList,
SenderFaceURL: msg.MsgData.SenderFaceURL,
Expand Down
1 change: 1 addition & 0 deletions pkg/callbackstruct/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type CommonCallbackReq struct {
MsgFrom int32 `json:"msgFrom"`
ContentType int32 `json:"contentType"`
Status int32 `json:"status"`
SendTime int64 `json:"sendTime"`
CreateTime int64 `json:"createTime"`
Content string `json:"content"`
Seq uint32 `json:"seq"`
Expand Down

0 comments on commit 7110183

Please sign in to comment.