mark as read

This commit is contained in:
wangchuxiao
2023-06-02 16:38:15 +08:00
parent 0058cda6ee
commit b262103e48
5 changed files with 506 additions and 301 deletions
+11
View File
@@ -0,0 +1,11 @@
package msg
import (
"context"
"github.com/OpenIMSDK/Open-IM-Server/pkg/proto/msg"
)
func (m *msgServer) MarkMsgsAsRead(ctx context.Context, req *msg.MarkMsgsAsReadReq) (resp *msg.MarkMsgsAsReadResp, err error) {
return
}