Slack channel - start new conversation per thread

Hi, I have been able to get Rasa slack integration to work.

It seems like with use_threads: True replies by bot goes to specific threads, but new threads don’t start new conversations so messages in multiple threads overwrite eachother’s slot value.

From the code it seems like we use slack user id as conversation id for rasa (sender_id) which restricts 1 active conversation per user? Wanted to check if user_threads: True, should thread_id be the the sender_id?

were you able to find a solution for this?