stream-chat-react 10.7.1 → 10.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46760,7 +46760,7 @@ var StreamChatReact = (function (exports, React$2, streamChat, ReactDOM) {
46760
46760
  client.off('user.deleted', handleEvent);
46761
46761
  notificationTimeouts.forEach(clearTimeout);
46762
46762
  };
46763
- }, [channel.cid, doMarkReadRequest]);
46763
+ }, [channel.cid, doMarkReadRequest, channelConfig === null || channelConfig === void 0 ? void 0 : channelConfig.read_events]);
46764
46764
  React$2.useEffect(function () {
46765
46765
  var _a;
46766
46766
  if (!state.thread)
@@ -48355,7 +48355,7 @@ var StreamChatReact = (function (exports, React$2, streamChat, ReactDOM) {
48355
48355
 
48356
48356
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};
48357
48357
 
48358
- window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '10.7.1';
48358
+ window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var version$1 = '10.7.2';
48359
48359
 
48360
48360
  window.StreamChat.StreamChat=StreamChat;window.StreamChat.logChatPromiseExecution=logChatPromiseExecution;window.StreamChat.Channel=Channel;window.ICAL=window.ICAL||{};var useChat = function (_a) {
48361
48361
  var _b, _c;