From 965d3a3ad9997167e70952b4ebcc721743c03efb Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Mon, 13 Nov 2023 18:15:56 -0800 Subject: [PATCH] fix: chat avatar presence display (#2857) turns on presence for avatars in the chat thread --- packages/mgt-chat/src/components/Chat/Chat.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/mgt-chat/src/components/Chat/Chat.tsx b/packages/mgt-chat/src/components/Chat/Chat.tsx index 78bc2d3612..5cb5407318 100644 --- a/packages/mgt-chat/src/components/Chat/Chat.tsx +++ b/packages/mgt-chat/src/components/Chat/Chat.tsx @@ -125,7 +125,12 @@ export const Chat = ({ chatId }: IMgtChatProps) => { // render props onRenderAvatar={(userId?: string) => { return ( - + ); }} styles={messageThreadStyles}