stream-chat-angular 4.59.1 → 4.59.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.
- package/assets/version.d.ts +1 -1
- package/bundles/stream-chat-angular.umd.js +3 -3
- 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/esm2015/lib/parse-date.js +2 -2
- package/fesm2015/stream-chat-angular.js +3 -3
- package/fesm2015/stream-chat-angular.js.map +1 -1
- 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.59.
|
|
1
|
+
export declare const version = "4.59.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.59.
|
|
359
|
+
var version = '4.59.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.
|
|
@@ -1816,7 +1816,7 @@
|
|
|
1816
1816
|
.subscribe(function (e) {
|
|
1817
1817
|
_this.ngZone.run(function () {
|
|
1818
1818
|
_this.activeChannelLastReadMessageId = e.last_read_message_id;
|
|
1819
|
-
_this.activeChannelUnreadCount = e.
|
|
1819
|
+
_this.activeChannelUnreadCount = e.unread_messages;
|
|
1820
1820
|
_this.activeChannelSubject.next(_this.activeChannel);
|
|
1821
1821
|
});
|
|
1822
1822
|
}));
|
|
@@ -5556,7 +5556,7 @@
|
|
|
5556
5556
|
nextWeek: 'dddd',
|
|
5557
5557
|
lastDay: '[Yesterday]',
|
|
5558
5558
|
lastWeek: '[Last] dddd',
|
|
5559
|
-
sameElse: 'DD/
|
|
5559
|
+
sameElse: 'MM/DD/YYYY', // Everything else ( 10/17/2011 )
|
|
5560
5560
|
});
|
|
5561
5561
|
};
|
|
5562
5562
|
|