stream-chat-angular 3.2.1 → 3.2.2

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 = "3.2.1";
1
+ export declare const version = "3.2.2";
@@ -354,7 +354,7 @@
354
354
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
355
355
  }
356
356
 
357
- var version = '3.2.1';
357
+ var version = '3.2.2';
358
358
 
359
359
  /**
360
360
  * The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](../components/NotificationListComponent.mdx) component displays the currently active notifications.
@@ -3859,7 +3859,7 @@
3859
3859
  this.chatClientService = chatClientService;
3860
3860
  this.isActive = false;
3861
3861
  this.isUnread = false;
3862
- this.latestMessage = 'Nothing yet...';
3862
+ this.latestMessage = 'streamChat.Nothing yet...';
3863
3863
  this.subscriptions = [];
3864
3864
  this.canSendReadEvents = true;
3865
3865
  }
@@ -3928,7 +3928,7 @@
3928
3928
  this.ngZone.run(function () {
3929
3929
  var _a, _b, _c;
3930
3930
  if (((_a = _this.channel) === null || _a === void 0 ? void 0 : _a.state.messages.length) === 0) {
3931
- _this.latestMessage = 'Nothing yet...';
3931
+ _this.latestMessage = 'streamChat.Nothing yet...';
3932
3932
  return;
3933
3933
  }
3934
3934
  if (!event.message ||