diff options
| author | Jeff Carr <[email protected]> | 2025-09-02 18:36:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-02 18:36:59 -0500 |
| commit | 785591ab4cb3026ff069271b6f322a2e6f13eec8 (patch) | |
| tree | d26bff12942e854b0993a5327f53a7b313b85f75 /windowChats.go | |
| parent | 61179d6aaef8ab5b6e5c941e61e7ce1e848bf49e (diff) | |
dumps out the gemini struct enough for now
Diffstat (limited to 'windowChats.go')
| -rw-r--r-- | windowChats.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windowChats.go b/windowChats.go index 14e09ac..67153a3 100644 --- a/windowChats.go +++ b/windowChats.go @@ -151,6 +151,7 @@ func makeBooksTable(chat *chatpb.Chat) *chatpb.Books { newb.Ctime = entry.Ctime newb.Uuid = entry.Uuid newb.From = entry.From + newb.Title = entry.ContentFile newb.GeminiRequest = entry.GeminiRequest pb.Append(newb) } |
