fix: msg rpc panic

This commit is contained in:
Gordon
2023-06-14 16:30:56 +08:00
parent 636b00fe36
commit 230513d61b
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -34,11 +34,6 @@ type msgServer struct {
notificationSender *rpcclient.NotificationSender
}
func (m *msgServer) SetConversationHasReadSeq(ctx context.Context, req *msg.SetConversationHasReadSeqReq) (*msg.SetConversationHasReadSeqResp, error) {
//TODO implement me
panic("implement me")
}
func (m *msgServer) addInterceptorHandler(interceptorFunc ...MessageInterceptorFunc) {
m.Handlers = append(m.Handlers, interceptorFunc...)
}