stream-chat-angular 4.65.1 → 4.65.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.
@@ -1 +1 @@
1
- export declare const version = "4.65.1";
1
+ export declare const version = "4.65.2";
@@ -356,7 +356,7 @@
356
356
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
357
357
  }
358
358
 
359
- var version = '4.65.1';
359
+ var version = '4.65.2';
360
360
 
361
361
  /**
362
362
  * The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
@@ -3330,6 +3330,7 @@
3330
3330
  });
3331
3331
  }
3332
3332
  else {
3333
+ this.isOnline = false;
3333
3334
  (_a = this.isOnlineSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
3334
3335
  }
3335
3336
  }