Commit Graph

4 Commits

Author SHA1 Message Date
Castor Gemini 3b6b85200d fix(chatpb): Update AddFile to support nested chat entries
- The AddFile function now correctly parses both the old flat log
  format and the new format where chats are grouped by topic.
- It flattens the new structure by iterating through the 'Entries'
  of a chat group and appending them to the main chat list.
- This allows the application to transparently load both old and
  new log files.
2025-08-22 02:14:17 -05:00
Jeff Carr 4fd6fd81d3 attempts to debug Marshal() errors 2025-08-22 00:50:31 -05:00
Jeff Carr 142c649200 trying to debug protobuf stuff 2025-08-21 22:27:31 -05:00
Jeff Carr 2d7b5fe532 update with code snippet 2025-08-21 16:01:05 -05:00