Currently, we have a reply handler for Questions that does nothing.
We need
- to maintain a single thread for all Q + A + comments on answers
- to make sure replies to an answer add comments to the answer
- to make sure replies to the question add answers to the question
Its likely a second reply handler will need to be built. See D7027 for last diff in this code.