summaryrefslogtreecommitdiff
path: root/doNewChat.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-30 15:15:43 -0500
committerJeff Carr <[email protected]>2025-08-30 15:15:43 -0500
commitc7896e47f9c91e330b023bdb34a7540f193a5422 (patch)
tree76a0801d34c7b53442e2e5d2ecaeba5ef5e961c0 /doNewChat.go
parent7f8f5e3b9b37fccbb357b70e6490823a8b22ae7e (diff)
code cleanup of early drafts of code from Gemini AI
Diffstat (limited to 'doNewChat.go')
-rw-r--r--doNewChat.go2
1 files changed, 1 insertions, 1 deletions
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(),
}