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.
- package/assets/version.d.ts +1 -1
- package/bundles/stream-chat-angular.umd.js +2 -2
- package/bundles/stream-chat-angular.umd.js.map +1 -1
- package/esm2015/assets/version.js +2 -2
- package/esm2015/lib/channel.service.js +2 -2
- package/fesm2015/stream-chat-angular.js +2 -2
- package/fesm2015/stream-chat-angular.js.map +1 -1
- package/lib/channel.service.d.ts +2 -0
- package/package.json +1 -1
- package/src/assets/version.ts +1 -1
package/assets/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.47.
|
|
1
|
+
export declare const version = "4.47.1";
|
|
@@ -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.
|
|
359
|
+
var version = '4.47.1';
|
|
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.
|
|
@@ -2023,7 +2023,7 @@
|
|
|
2023
2023
|
this.removeChannelsFromChannelList([event.channel.cid], false);
|
|
2024
2024
|
};
|
|
2025
2025
|
ChannelService.prototype.handleChannelDeleted = function (event) {
|
|
2026
|
-
this.removeChannelsFromChannelList([event.channel.cid],
|
|
2026
|
+
this.removeChannelsFromChannelList([event.channel.cid], false);
|
|
2027
2027
|
};
|
|
2028
2028
|
ChannelService.prototype.handleChannelVisible = function (event, channel) {
|
|
2029
2029
|
var _this = this;
|