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/browser.js CHANGED
@@ -7361,6 +7361,7 @@ var StreamChat = /*#__PURE__*/function () {
7361
7361
 
7362
7362
  for (var _channelID2 in refMap) {
7363
7363
  var _channel3 = _this.activeChannels[_channelID2];
7364
+ if (!_channel3) continue;
7364
7365
  var state = _channel3.state;
7365
7366
  /** update the messages from this user. */
7366
7367
 
@@ -11095,7 +11096,7 @@ var StreamChat = /*#__PURE__*/function () {
11095
11096
  }, {
11096
11097
  key: "getUserAgent",
11097
11098
  value: function getUserAgent() {
11098
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.19.0");
11099
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.19.1");
11099
11100
  }
11100
11101
  }, {
11101
11102
  key: "setUserAgent",