diff options
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) } |
