stream-chat-angular 4.49.2 → 4.49.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.49.2";
1
+ export declare const version = "4.49.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.49.2';
359
+ var version = '4.49.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.
@@ -1073,6 +1073,7 @@
1073
1073
  _this.channelSubscriptions[cid]();
1074
1074
  });
1075
1075
  this.channelSubscriptions = {};
1076
+ this.nextPageConfiguration = undefined;
1076
1077
  };
1077
1078
  /**
1078
1079
  * Loads the next page of channels. The page size can be set in the [query option](https://getstream.io/chat/docs/javascript/query_channels/?language=javascript#query-options) object.