Skip to content

Commit

Permalink
Display user roles (Admin, Leader, Moderator, Owner) next to message …
Browse files Browse the repository at this point in the history
…headers
  • Loading branch information
SinghaAnirban005 committed Dec 26, 2024
1 parent 94e0faf commit be8303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/views/ChatLayout/ChatLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ChatLayout = () => {
const { classNames, styleOverrides } = useComponentOverrides('ChatBody');
const { RCInstance, ECOptions } = useRCContext();
const anonymousMode = ECOptions?.anonymousMode;
const showRoles = ECOptions?.anonymousMode;
const showRoles = ECOptions?.showRoles;
const setStarredMessages = useStarredMessageStore(
(state) => state.setStarredMessages
);
Expand Down

0 comments on commit be8303f

Please sign in to comment.