Comments do not update in real time

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

Hello @JuanMorales did you subscribe the topic successfully before calling the LiveCollection? Could you please share the log of the successful response?

Docs: Query Comment - Amity Docs