- 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. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
chat.proto | ||
config.go | ||
example.go | ||
helpers.go | ||
make_chat.go |