RocketChat / EmbeddedChat

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
https://www.npmjs.com/package/@embeddedchat/react
107 stars 214 forks source link

[FEAT]: Adding real-time fetching of threads, mentions, etc. in sidebars. #543

Closed Spiral-Memory closed 2 months ago

Spiral-Memory commented 3 months ago

As an EmbeddedChat developer,

I need to: Listen to real-time APIs to update all threads, mentions, files, pinned messages, and starred messages (whichever is possible).

So That: They are updated directly in the sidebar menu as soon as a new item is generated.

Acceptance Criteria:

Spiral-Memory commented 3 months ago

Working on this.