chylex / Discord-History-Tracker

Desktop app & browser script that saves Discord chat history into a file, and an offline viewer that displays the file.
https://dht.chylex.com
MIT License
475 stars 83 forks source link

Use server id instead of index in the data #140

Closed lfbos closed 3 years ago

chylex commented 3 years ago

Hi, is there a reason to make a breaking savefile change? It's incompatible with the viewer, which needs to work with the current and as many previous formats as reasonably possible, so unless there's a good reason I'd rather not introduce more format complexity.

Side note, files in the bld/ folder are generated by build scripts, the actual sources are in /src.