Skip to content

Commit 190be2f

Browse files
authored
fix: appSettings rerender issue in the ChatContext (#2620)
1 parent eaf04f0 commit 190be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Chat/hooks/useCreateChatContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const useCreateChatContext = <
3838
resizableCDNHosts,
3939
setActiveChannel,
4040
}),
41-
[channelId, clientValues, connectionRecovering, isOnline, mutedUsersLength],
41+
[appSettings, channelId, clientValues, connectionRecovering, isOnline, mutedUsersLength],
4242
);
4343

4444
return chatContext;

0 commit comments

Comments
 (0)