File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
examples/TypeScriptMessaging Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import {
1212 MessageInput ,
1313 MessageList ,
1414 OverlayProvider ,
15+ SqliteClient ,
1516 Streami18n ,
1617 Thread ,
1718 ThreadContextValue ,
@@ -59,16 +60,20 @@ const options = {
5960
6061I18nManager . forceRTL ( false ) ;
6162
62- const apiKey = '8br4watad788' ;
63+ SqliteClient . logger = ( level , message , extraData ) => {
64+ console . log ( level , `SqliteClient: ${ message } ` , extraData ) ;
65+ } ;
66+
67+ const apiKey = 'q95x9hkbyd6p' ;
6368const userToken =
64- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoibHVrZV9za3l3YWxrZXIifQ.kFSLHRB5X62t0Zlc7nwczWUfsQMwfkpylC6jCUZ6Mc0 ' ;
69+ 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoicm9uIn0.eRVjxLvd4aqCEHY_JRa97g6k7WpHEhxL7Z4K4yTot1c ' ;
6570
6671const user = {
67- id : 'luke_skywalker ' ,
72+ id : 'ron ' ,
6873} ;
6974const filters = {
70- archived : false ,
71- members : { $in : [ 'luke_skywalker ' ] } ,
75+ example : 'example-apps' ,
76+ members : { $in : [ 'ron ' ] } ,
7277 type : 'messaging' ,
7378} ;
7479
You can’t perform that action at this time.
0 commit comments