File tree 3 files changed +4
-16
lines changed
3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ async function main() {
87
87
) ;
88
88
89
89
/* Get the conversation from the local db */
90
- const conversation = client . conversations . getConversationById (
91
- message . conversationId ,
90
+ const conversation = client . conversations . getDmByInboxId (
91
+ message . senderInboxId ,
92
92
) ;
93
93
94
94
/* If the conversation is not found, skip the message */
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "build" : " cd ../.. && yarn tsc" ,
8
7
"dev" : " tsx --env-file=.env index.ts" ,
9
- "gen:keys" : " tsx ../../scripts/generateKeys.ts" ,
10
- "lint" : " cd ../.. && yarn eslint integrations/gaia" ,
11
- "typecheck" : " cd ../.. && yarn typecheck"
8
+ "gen:keys" : " tsx ../../scripts/generateKeys.ts"
12
9
},
13
10
"dependencies" : {
14
- "@xmtp/node-sdk" : " 0.0.42 " ,
11
+ "@xmtp/node-sdk" : " 0.0.47 " ,
15
12
"tsx" : " ^4.19.2" ,
16
13
"uint8arrays" : " ^5.1.0" ,
17
14
"viem" : " ^2.22.17"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments