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

Recording parent message reference in reply data #125

Closed maitre-piccolo closed 3 years ago

maitre-piccolo commented 3 years ago

Hello,

Recently Discord added a reply function. DHT currently saves the replies messages, but without a reference to which parent message each reply was a reply to.

It would be cool if DHT saved the parent message ID in the reply data.

Thanks.

chylex commented 3 years ago

It'd definitely be useful. I'd be happy to accept a PR that adds the parent message reference and updates the viewer to show the parent message (maybe in small text above the reply).

chylex commented 3 years ago

Released update with PR #133, thanks @Chupalika