iCantSneed / mati-superchats

MATI superchats archiver
https://mati.x10.mx
GNU Affero General Public License v3.0
0 stars 0 forks source link

Re-evaluate how to handle duplicate superchats #69

Closed iCantSneed closed 2 months ago

iCantSneed commented 2 months ago

The following issue was discovered during the development of #61:

Need to find a better way to INSERT IGNORE the superchats. Would like to avoid unnecessary reads from the database, but re-creating the entity manager is causing issues. Worst comes to worst, potential duplicates should only be encountered in the very first Rumble chat message, so we can check for duplicates at that point and not further down.