fix client headers

This commit is contained in:
Salvatore Giordano
2021-03-02 11:33:47 +01:00
parent 35d0ca4baf
commit 810781a0e0
+1 -1
View File
@@ -468,7 +468,7 @@ class StreamChatClient {
user: state.user,
connectParams: {
'api_key': apiKey,
'Authorization': token,
'authorization': token,
'stream-auth-type': _authType,
'X-Stream-Client': _userAgent,
},