File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
howtos/how-to-make-a-threaded-chat Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
id : "threadsExampleReceiver" ,
42
42
name : "Alice" ,
43
43
44
- photoUrl : "https://talkjs.com/images /avatar-1 .jpg" ,
44
+ photoUrl : "https://talkjs.com/new-web /avatar-14 .jpg" ,
45
45
role : "default" ,
46
46
} ) ;
47
47
const talkSession = new Talk . Session ( {
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ async function setup() {
193
193
name : "Alice" ,
194
194
195
195
role : "default" ,
196
- photoUrl : "https://talkjs.com/images /avatar-1 .jpg" ,
196
+ photoUrl : "https://talkjs.com/new-web /avatar-14 .jpg" ,
197
197
} ) ,
198
198
} ) ;
199
199
@@ -207,7 +207,7 @@ async function setup() {
207
207
name : "Bob" ,
208
208
209
209
role : "default" ,
210
- photoUrl : "https://talkjs.com/images /avatar-2 .jpg" ,
210
+ photoUrl : "https://talkjs.com/new-web /avatar-15 .jpg" ,
211
211
} ) ,
212
212
} ) ;
213
213
await receiver ;
@@ -216,7 +216,7 @@ async function setup() {
216
216
const conv = setupConversation ( ) ;
217
217
await conv ;
218
218
219
- const message = sendMessage ( "Hello this is a test message " ) ;
219
+ const message = sendMessage ( "We've added reply threads to the chat! " ) ;
220
220
await message ;
221
221
}
222
222
You can’t perform that action at this time.
0 commit comments