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