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
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.`,
Copy file name to clipboardexpand all lines: examples/gated-group/src/index.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ async function main() {
22
22
);
23
23
console.log("Group created",group?.id);
24
24
awaitclient.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.`,
0 commit comments