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: user role display functionality #567

Closed Spiral-Memory closed 2 months ago

Spiral-Memory commented 2 months ago

Brief Title

This PR properly completes the showRoles functionality in Embedded Chat. The showRoles option has been available for a long time, but it hasn't been implemented in the code and has been pending for quite some time. This work aims to fully add that feature.

Fulfillment of Acceptance Criteria

Fixes #564

Video/Screenshots

https://github.com/RocketChat/EmbeddedChat/assets/78961432/b218f02a-2ee0-4443-9743-9d015743c999

Note : This PR requires a rebuild to incorporate a newly added API call

Spiral-Memory commented 2 months ago

@sidmohanty11 Ready for review