stream-chat-angular 4.47.0 → 4.47.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.
@@ -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.47.0';
23
+ const version = '4.47.1';
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.
@@ -1404,7 +1404,7 @@ class ChannelService {
1404
1404
  this.removeChannelsFromChannelList([event.channel.cid], false);
1405
1405
  }
1406
1406
  handleChannelDeleted(event) {
1407
- this.removeChannelsFromChannelList([event.channel.cid], true);
1407
+ this.removeChannelsFromChannelList([event.channel.cid], false);
1408
1408
  }
1409
1409
  handleChannelVisible(event, channel) {
1410
1410
  if (!this.channels.find((c) => c.cid === event.cid)) {