Discord-History-Tracker icon indicating copy to clipboard operation
Discord-History-Tracker copied to clipboard

Metadata of voice/video calls?

Open kmxz opened this issue 6 years ago • 3 comments

In the current implementation, a call will result in an trivial entry like { u: 0, t: 1500000000000 }. It would be helpful if I can know it's a call.

I forked the project to add the call-end time for myself. Not sure if anyone want to merge the change.

kmxz avatar Dec 04 '19 23:12 kmxz

There's quite a few of these status messages. I think for now I'll just exclude them from the tracker, since there's no actual message so all of the different status metadata would have to be saved on a case-by-case basis.

chylex avatar Apr 19 '20 16:04 chylex

If you're updating your fork, either revert the commit above or add a case for discordMessage.type === 3 which covers call status messages.

chylex avatar Apr 19 '20 16:04 chylex

This would be a great feature

ficarra1002 avatar Oct 23 '20 02:10 ficarra1002

Closing in favor of #247.

chylex avatar Dec 31 '23 16:12 chylex