Skip to content

Commit baf6a02

Browse files
committed
ok
1 parent 9c7d1f4 commit baf6a02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/gated-group/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const agent = await xmtpClient({
2828
);
2929
console.log("Group created", group?.id);
3030
await client.send({
31-
message: `Group created!\n- ID: ${group?.id}\n- Group URL: https://xmtp.chat.xyz/${group?.id}: \n- This url will deelink to the group inside Converse\n- Once in the other group you can share the invite with your friends.`,
31+
message: `Group created!\n- ID: ${group?.id}\n- Group URL: https://xmtp.chat/conversations/${group?.id}: \n- This url will deeplink to the group created\n- Once in the other group you can share the invite with your friends.`,
3232
originalMessage: message,
3333
});
3434
return;

examples/gated-group/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function main() {
2222
);
2323
console.log("Group created", group?.id);
2424
await client.send({
25-
message: `Group created!\n- ID: ${group?.id}\n- Group URL: https://converse.xyz/group/${group?.id}: \n- This url will deelink to the group inside Converse\n- Once in the other group you can share the invite with your friends.`,
25+
message: `Group created!\n- ID: ${group?.id}\n- Group URL: https://xmtp.chat/conversations/${group?.id}: \n- This url will deeplink to the group created\n- Once in the other group you can share the invite with your friends.`,
2626
originalMessage: message,
2727
metadata: {},
2828
});

0 commit comments

Comments
 (0)