fix: fix error.

This commit is contained in:
Monet Lee
2024-11-22 16:25:38 +08:00
parent 0e07ad70c3
commit ce140beddc
2 changed files with 10 additions and 13 deletions
+8
View File
@@ -139,3 +139,11 @@ func (m *msgServer) conversationAndGetRecvID(conversation *conversation.Conversa
}
return ""
}
func (m *msgServer) AppendStreamMsg(ctx context.Context, req *msg.AppendStreamMsgReq) (*msg.AppendStreamMsgResp, error) {
return nil, nil
}
func (m *msgServer) GetStreamMsg(ctx context.Context, req *msg.GetStreamMsgReq) (*msg.GetStreamMsgResp, error) {
return nil, nil
}