vim-jp / slacklog-generator

Archive generator for Slack
https://vim-jp.org/slacklog/
Creative Commons Attribution 4.0 International
26 stars 9 forks source link

Fix starting thread to old message #142

Closed thinca closed 4 years ago

thinca commented 4 years ago

An old message doesn't have thread_ts so the message is not added to Thread object. But, a new reply points to the old message. The thread that doesn't have rootMsg is created. Therefore, nil access is occurred.