stream-chat-angular 3.2.0 → 3.3.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.
@@ -140,6 +140,10 @@ export declare class ChannelService<T extends DefaultStreamChatGenerics = Defaul
140
140
  * You can override the default image delete request - override this if you use your own CDN
141
141
  */
142
142
  customImageDeleteRequest?: (url: string, channel: Channel<T>) => Promise<void>;
143
+ /**
144
+ * If set to false, read events won't be sent as new messages are received
145
+ */
146
+ shouldMarkActiveChannelAsRead: boolean;
143
147
  private channelsSubject;
144
148
  private activeChannelSubject;
145
149
  private activeChannelMessagesSubject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "description": "Angular components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -1 +1 @@
1
- export const version = '3.2.0';
1
+ export const version = '3.3.0';