|
|
@ -112,7 +112,7 @@ func (c *conversationServer) SetConversation(ctx context.Context, req *pbconvers
|
|
|
|
return resp, nil
|
|
|
|
return resp, nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//gocognit:ignore
|
|
|
|
//nolint:gocognit
|
|
|
|
func (c *conversationServer) SetConversations(ctx context.Context,
|
|
|
|
func (c *conversationServer) SetConversations(ctx context.Context,
|
|
|
|
req *pbconversation.SetConversationsReq,
|
|
|
|
req *pbconversation.SetConversationsReq,
|
|
|
|
) (*pbconversation.SetConversationsResp, error) {
|
|
|
|
) (*pbconversation.SetConversationsResp, error) {
|
|
|
|