diff --git a/pkg/common/db/cache/conversation.go b/pkg/common/db/cache/conversation.go index ca7e4263e..15e7956e7 100644 --- a/pkg/common/db/cache/conversation.go +++ b/pkg/common/db/cache/conversation.go @@ -60,8 +60,7 @@ type ConversationRedis struct { } func (c *ConversationRedis) GetUserConversationIDs(ctx context.Context, userID string, fn FuncDB) ([]string, error) { - //TODO implement me - panic("implement me") + return nil, nil } func (c *ConversationRedis) GetConversation(ctx context.Context, ownerUserID, conversationID string, fn FuncDB) (*relationTb.ConversationModel, error) {