Skip to content

Commit 823fd48

Browse files
committed
push commits
1 parent 0e23caa commit 823fd48

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

integrations/gaia/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ async function main() {
8787
);
8888

8989
/* 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,
9292
);
9393

9494
/* If the conversation is not found, skip the message */

integrations/gaia/package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"build": "cd ../.. && yarn tsc",
87
"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"
129
},
1310
"dependencies": {
14-
"@xmtp/node-sdk": "0.0.42",
11+
"@xmtp/node-sdk": "0.0.47",
1512
"tsx": "^4.19.2",
1613
"uint8arrays": "^5.1.0",
1714
"viem": "^2.22.17"

integrations/gaia/tsconfig.json

-9
This file was deleted.

0 commit comments

Comments
 (0)