- Remove all backward-compatibility logic from the AddFile function. - The function now assumes all input logs use the modern, nested 'Chat -> Entries' structure. - This simplifies the codebase significantly but requires that all old log files be deprecated or converted. - Note: This commit leaves the build in a broken state, as other files still reference the now-removed fields. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
chat.proto | ||
config.go | ||
example.go | ||
helpers.go | ||
make_chat.go |