stream-chat 8.19.0 → 8.19.1

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.
package/dist/index.es.js CHANGED
@@ -7339,6 +7339,7 @@ var StreamChat = /*#__PURE__*/function () {
7339
7339
 
7340
7340
  for (var _channelID2 in refMap) {
7341
7341
  var _channel3 = _this.activeChannels[_channelID2];
7342
+ if (!_channel3) continue;
7342
7343
  var state = _channel3.state;
7343
7344
  /** update the messages from this user. */
7344
7345
 
@@ -11073,7 +11074,7 @@ var StreamChat = /*#__PURE__*/function () {
11073
11074
  }, {
11074
11075
  key: "getUserAgent",
11075
11076
  value: function getUserAgent() {
11076
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.19.0");
11077
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.19.1");
11077
11078
  }
11078
11079
  }, {
11079
11080
  key: "setUserAgent",