Skip to content

Commit

Permalink
fix: check reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Oct 31, 2024
1 parent 1e479a7 commit 2171172
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/conversation_msg/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1067,11 +1067,3 @@ func (c *Conversation) SearchConversation(ctx context.Context, searchParam strin
// Return the list of conversations
return apiConversations, nil
}

func (c *Conversation) GetAllConversationIDsFromServer(ctx context.Context) ([]string, error) {
resp, err := c.getAllConversationIDsFromServer(ctx)
if err != nil {
return nil, err
}
return resp.ConversationIDs, err
}

0 comments on commit 2171172

Please sign in to comment.