|
|
@ -60,10 +60,10 @@ func newUserSendMsgReq(params *ManagementSendMsgReq) *pbChat.SendMsgReq {
|
|
|
|
MsgFrom: constant.SysMsgType,
|
|
|
|
MsgFrom: constant.SysMsgType,
|
|
|
|
ContentType: params.ContentType,
|
|
|
|
ContentType: params.ContentType,
|
|
|
|
Content: []byte(newContent),
|
|
|
|
Content: []byte(newContent),
|
|
|
|
ForceList: params.ForceList,
|
|
|
|
// ForceList: params.ForceList,
|
|
|
|
CreateTime: utils.GetCurrentTimestampByMill(),
|
|
|
|
CreateTime: utils.GetCurrentTimestampByMill(),
|
|
|
|
Options: options,
|
|
|
|
Options: options,
|
|
|
|
OfflinePushInfo: params.OfflinePushInfo,
|
|
|
|
OfflinePushInfo: params.OfflinePushInfo,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return &pbData
|
|
|
|
return &pbData
|
|
|
|