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.
@@ -20,7 +20,7 @@ import transliterate from '@stream-io/transliterate';
20
20
  import * as i8 from 'angular-mentions';
21
21
  import { MentionModule } from 'angular-mentions';
22
22
 
23
- const version = '4.49.2';
23
+ const version = '4.49.3';
24
24
 
25
25
  /**
26
26
  * The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
@@ -631,6 +631,7 @@ class ChannelService {
631
631
  this.channelSubscriptions[cid]();
632
632
  });
633
633
  this.channelSubscriptions = {};
634
+ this.nextPageConfiguration = undefined;
634
635
  }
635
636
  /**
636
637
  * 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.