shoudl work without dumpign all the time

This commit is contained in:
2025-12-24 19:55:02 -06:00
parent 1b6cf3d37e
commit 7a70c0d6a9

View File

@@ -180,6 +180,7 @@ parse_chat(std::string_view line) {
std::pair<std::string, std::string> chat_message_pair = parse_chat(current_line);
chat_events.add_row(target_user_id, log_timestamp, chat_message_pair.first, chat_message_pair.second) ;
}
current_line.clear();
}
activity_events.insert_as_batch(client); chat_events.insert_as_batch(client); client_events.insert_as_batch(client);
current_line.clear();