stream-chat-angular 4.58.4 → 4.59.0

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.
@@ -91,5 +91,11 @@ export declare const en: {
91
91
  'Error loading channels': string;
92
92
  'See original (automatically translated)': string;
93
93
  'See translation': string;
94
+ 'Mark as unread': string;
95
+ 'Error marking message as unread': string;
96
+ 'Error, only the first {{count}} message can be marked as unread': string;
97
+ 'Unread messages': string;
98
+ '{{count}} unread messages': string;
99
+ '{{count}} unread message': string;
94
100
  };
95
101
  };
@@ -1 +1 @@
1
- export declare const version = "4.58.4";
1
+ export declare const version = "4.59.0";