Skip to content

Commit 23ded0f

Browse files
committed
chore: add TODO for enabling strict user mode in web3telegram client
1 parent dc6a967 commit 23ded0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/contact/contactList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const fetchContacts = async (userAddress: string) => {
5252
});
5353

5454
const web3telegram = await getWeb3telegramClient();
55+
// TODO use isUserStrict: true when web3telegram supports it
5556
const myTelegramContacts = await web3telegram.fetchMyContacts();
5657

5758
return [...myEmailContacts, ...myTelegramContacts].sort(

0 commit comments

Comments
 (0)