I am trying add subscription component i.e. Follow button in reply's
toolbar (inside Forum post). The Follow button should come before cancel
and reply button in case of reply to a reply of a Post.The follow button
appears, but it does not display any options in it. Upon js debug, we
found that the this variable has only id element and does not contain
types, state etc., Steps followed:Extended the comments/comment
component and customized the toolbar template to include the
subscription compone...