RocketChat / Rocket.Chat.js.SDK

Utility for apps and bots to interact with Rocket.Chat via DDP and/or API
MIT License
136 stars 94 forks source link

[Update] Handle all user activity with user-activity end point #139

Closed sumukhah closed 2 years ago

sumukhah commented 3 years ago

This PR requires the following changes to show all user activities with a single end point #3243

rodrigok commented 2 years ago

Need to improve this PR to subscribe to the new event only when the server is 4.0, otherwise subscribe to the old event

reinaldonetof commented 2 years ago

We are doing the subscribeRoom() inside the app now. Thanks for your contribution @sumukhah