Skip to content

Commit

Permalink
Remove not longer relevant TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbejar committed Jul 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 26b6c6f commit 03e71e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data/chats/chat.rs
Original file line number Diff line number Diff line change
@@ -45,7 +45,6 @@ enum TitleState {
#[derive(Serialize, Deserialize)]
struct ChatData {
id: ChatID,
// TODO think if we need to think migration path here
last_used_file_id: Option<FileID>,
messages: Vec<ChatMessage>,
title: String,

0 comments on commit 03e71e6

Please sign in to comment.