We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6a967 commit 23ded0fCopy full SHA for 23ded0f
src/views/contact/contactList.tsx
@@ -52,6 +52,7 @@ const fetchContacts = async (userAddress: string) => {
52
});
53
54
const web3telegram = await getWeb3telegramClient();
55
+ // TODO use isUserStrict: true when web3telegram supports it
56
const myTelegramContacts = await web3telegram.fetchMyContacts();
57
58
return [...myEmailContacts, ...myTelegramContacts].sort(
0 commit comments