File tree Expand file tree Collapse file tree 3 files changed +27
-12
lines changed Expand file tree Collapse file tree 3 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-chat" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@emotion/react" : " ^11.11.0" ,
11
11
"@types/node" : " ^16.18.28" ,
12
12
"@types/react" : " ^18.2.6" ,
13
13
"@types/react-dom" : " ^18.2.4" ,
14
- "quickblox-react-ui-kit" : " ^0.1.3 " ,
14
+ "quickblox-react-ui-kit" : " ^0.1.4 " ,
15
15
"node-sass" : " ^8.0.0" ,
16
16
"quickblox" : " ^2.15.5" ,
17
17
"react" : " ^17.0.0 || ^18.0.0" ,
Original file line number Diff line number Diff line change @@ -204,6 +204,21 @@ function App() {
204
204
logoutUIKitHandler ( ) ;
205
205
console . log ( 'OnSessionExpiredListener ... end' ) ;
206
206
} )
207
+ ////
208
+
209
+ ///
210
+ // QB.chat.onSessionExpiredListener = (error: any) => {
211
+ // if (error) {
212
+ // console.log('onSessionExprideListener - error: ', error);
213
+ // } else {
214
+ // console.log('onSessionExprideListener - Ok');
215
+ // console.log('call QB.chat.onSessionExpiredListener ... start');
216
+ // logoutUIKitHandler();
217
+ // console.log(' QB.chat.onSessionExpiredListener ... end');
218
+ // }
219
+ // };
220
+
221
+ ///
207
222
208
223
setAuthorized ( true ) ;
209
224
document . documentElement . setAttribute ( 'data-theme' , theme ) ;
@@ -312,7 +327,7 @@ function App() {
312
327
/>
313
328
</ div >
314
329
{ /*<QuickBloxUIKitDesktopLayout theme={new CustomTheme()} />*/ }
315
- < QuickBloxUIKitDesktopLayout />
330
+ < QuickBloxUIKitDesktopLayout />
316
331
</ div >
317
332
</ div >
318
333
:
You can’t perform that action at this time.
0 commit comments