feat: local cache

This commit is contained in:
withchao
2024-01-16 11:15:28 +08:00
parent d26a1b2090
commit 1afdd0bcf7
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -144,6 +144,7 @@ func (m *msgServer) sendMsgNotification(
}
func (m *msgServer) sendMsgSingleChat(ctx context.Context, req *pbmsg.SendMsgReq) (resp *pbmsg.SendMsgResp, err error) {
log.ZDebug(ctx, "sendMsgSingleChat return")
if err := m.messageVerification(ctx, req); err != nil {
return nil, err
}