We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37c06c commit 3854fabCopy full SHA for 3854fab
1 file changed
src/main/java/io/getstream/services/ChatClient.java
@@ -8,6 +8,7 @@ public class ChatClient extends ChatImpl implements Chat {
8
9
public ChatClient(StreamSDKClient client) {
10
super(client.getHttpClient());
11
+ this.client = client;
12
}
13
14
public StreamSDKClient getSDKClient() {
0 commit comments