conversation

This commit is contained in:
wangchuxiao
2023-05-04 20:07:20 +08:00
parent 640313386b
commit c0f8b9910a
8 changed files with 634 additions and 209 deletions
+1
View File
@@ -98,6 +98,7 @@ func (m *msgServer) initPrometheus() {
prome.NewWorkSuperGroupChatMsgProcessSuccessCounter()
prome.NewWorkSuperGroupChatMsgProcessFailedCounter()
}
func (m *msgServer) SendMsg(ctx context.Context, req *msg.SendMsgReq) (resp *msg.SendMsgResp, error error) {
resp = &msg.SendMsgResp{}
flag := isMessageHasReadEnabled(req.MsgData)