Fixed the bug where conversations with the same date for the same chat were attempting to get inserted into the database.
The solution now splits the conversations by date with all files at once, instead of file by file.
Then, it takes all those split conversations, and inserts them into the database.
Fixed the bug where conversations with the same date for the same chat were attempting to get inserted into the database.
The solution now splits the conversations by date with all files at once, instead of file by file. Then, it takes all those split conversations, and inserts them into the database.