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.js CHANGED
@@ -7367,6 +7367,7 @@ var StreamChat = /*#__PURE__*/function () {
7367
7367
 
7368
7368
  for (var _channelID2 in refMap) {
7369
7369
  var _channel3 = _this.activeChannels[_channelID2];
7370
+ if (!_channel3) continue;
7370
7371
  var state = _channel3.state;
7371
7372
  /** update the messages from this user. */
7372
7373
 
@@ -11101,7 +11102,7 @@ var StreamChat = /*#__PURE__*/function () {
11101
11102
  }, {
11102
11103
  key: "getUserAgent",
11103
11104
  value: function getUserAgent() {
11104
- return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.19.0");
11105
+ return this.userAgent || "stream-chat-javascript-client-".concat(this.node ? 'node' : 'browser', "-", "8.19.1");
11105
11106
  }
11106
11107
  }, {
11107
11108
  key: "setUserAgent",