stream-chat-angular 3.3.1 → 3.4.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.
@@ -156,6 +156,8 @@ export declare class ChannelService<T extends DefaultStreamChatGenerics = Defaul
156
156
  private usersTypingInChannelSubject;
157
157
  private usersTypingInThreadSubject;
158
158
  private _shouldMarkActiveChannelAsRead;
159
+ private shouldSetActiveChannel;
160
+ private clientEventsSubscription;
159
161
  private channelListSetter;
160
162
  private messageListSetter;
161
163
  private threadListSetter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-angular",
3
- "version": "3.3.1",
3
+ "version": "3.4.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.3.1';
1
+ export const version = '3.4.0';