Hi @SocialPlus_Support, I was checking the latest version of the TS SDK and I noticed that child comment IDs don’t update properly when I add a reply to a parent comment. I have to reload the screen to get the latest children.
I’ve attached the function I’m using as a LiveCollection.
const unsubscribe = CommentRepository.getComments(params, data => {
setCommentsCollection(data);
subscribeCommentTopic(postOwner.data);
});
TS SDK: 6.9.0