From c7896e47f9c91e330b023bdb34a7540f193a5422 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Aug 2025 15:15:43 -0500 Subject: code cleanup of early drafts of code from Gemini AI --- doNewChat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doNewChat.go') diff --git a/doNewChat.go b/doNewChat.go index f9793d1..adb0ee3 100644 --- a/doNewChat.go +++ b/doNewChat.go @@ -9,7 +9,7 @@ import ( func doNewChat() { chat := &chatpb.Chat{ Uuid: argv.Uuid, - ChatName: argv.Topic, + ChatName: "todo: set this", Ctime: timestamppb.Now(), } -- cgit v1.2.3