pR0Ps / slack-to-discord

Import a Slack export into a Discord server
https://pypi.org/project/slack-to-discord/
76 stars 11 forks source link

Further changes to handle tombstoned files #6

Closed bguscott closed 2 years ago

bguscott commented 2 years ago

Added an additional change to prevent empty file values due to tombstones causing the program to crash.

pR0Ps commented 2 years ago

Thanks for pointing this case out, I hadn't come across it in my testing. I've fixed the issue in a different way in f50e11c1