When I first introduced this code, I used defaultThreadSubscription, thinking it corresponding to having notifs turned on.
After testing as part of ENG-8426, I found that thick threads were being created with notifs turned off. This made me realize I should be using joinThreadSubscription here to make sure that the notifs are turned on by default for thick threads.
Depends on D12824