You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitsendToolMessage({fid: match.user2_fid,messages: user2Messages,content: "Tell user that their pending connection has been sitting for 24 hours, so it’s \"expired\". If they’re still looking for the right match, they should let you know and so you’ll find someone new."});
304
-
awaitsendToolMessage({fid: match.user1_fid,messages: user1Messages,content: `Tell user that they accepted but ${user2.name} didn't respond in 24 hours so match offer is "expired". It's other user's loss' and you're finding a new match for them.`});
305
-
awaithandleFindMatches({
306
-
senderFid: match.user1_fid,
307
-
name: user1.name,
308
-
messages: user1Messages,
309
-
response: {
310
-
user_profile: user1.profile,
311
-
user_intent: user1.intent
312
-
}
313
-
});
304
+
awaitsendToolMessage({fid: match.user1_fid,messages: user1Messages,content: `Tell user that they accepted but ${user2.name} didn't respond in 24 hours so match offer is "expired". It's other user's loss'. If they’re still looking for the right match, they should let you know and so you’ll find someone new.`});
305
+
314
306
}else{
315
307
// Neither user responded
316
308
awaitsendToolMessage({fid: match.user1_fid,messages: user1Messages,content: "Tell user that their pending connection has been sitting for 24 hours, so it’s \"expired\". If they’re still looking for the right match, they should let you know and so you’ll find someone new."});
0 commit comments