Live collections are not working for ts-sdk

Yes. I found out the solution here: How to get live messages from ts-sdk - #7 by cijin

I thought the app would get subscribed to channel messages updates when calling the liveMessages method but I see now we have to do this manually.

The same is happening for me when trying to keep the channels users are members of listed. If I add or remove users from channels I don’t the list updating live so I guess there’s a topic I need to subscribe to.

Is there somewhere in the docs where I can see the topics I can subscribe to and the events they emit?