shoudl work without dumpign all the time
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user