stream-chat-angular 4.47.2 → 4.47.3

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.47.2";
1
+ export declare const version = "4.47.3";
@@ -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.47.2';
359
+ var version = '4.47.3';
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.
@@ -653,7 +653,7 @@
653
653
  var _a;
654
654
  if (typeof e.total_unread_count !== 'undefined') {
655
655
  var user_1;
656
- this.userSubject.pipe(rxjs.take(1)).subscribe(function (u) {
656
+ this.userSubject.pipe(operators.take(1)).subscribe(function (u) {
657
657
  user_1 = u;
658
658
  });
659
659
  if (user_1 && user_1.total_unread_count !== e.total_unread_count) {
@@ -662,7 +662,7 @@
662
662
  }
663
663
  if (typeof e.unread_channels !== 'undefined') {
664
664
  var user_2;
665
- this.userSubject.pipe(rxjs.take(1)).subscribe(function (u) {
665
+ this.userSubject.pipe(operators.take(1)).subscribe(function (u) {
666
666
  user_2 = u;
667
667
  });
668
668
  if (user_2 && user_2.unread_channels !== e.unread_channels) {
@@ -671,7 +671,7 @@
671
671
  }
672
672
  if (typeof e.unread_count !== 'undefined') {
673
673
  var user_3;
674
- this.userSubject.pipe(rxjs.take(1)).subscribe(function (u) {
674
+ this.userSubject.pipe(operators.take(1)).subscribe(function (u) {
675
675
  user_3 = u;
676
676
  });
677
677
  if (user_3 && user_3.unread_count !== e.unread_count) {