yousufhassan / instagram-time-capsule

Relive your Instagram memories
0 stars 0 forks source link

Fix overlapping conversations bug #23

Closed yousufhassan closed 1 year ago

yousufhassan commented 1 year ago

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.