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
Fixes#16147
Since ID verification is disabled for now, we can remove the calls to getLatestVerificationRequestFrom.
If we want to have ID verification back, we can re-add those calls, but in my opinion, it should be done better from status-go directly, or only asking for the ID verif when looking at the contact's profile
Fixes#16147
Since ID verification is disabled for now, we can remove the calls to getLatestVerificationRequestFrom.
If we want to have ID verification back, we can re-add those calls, but in my opinion, it should be done better from status-go directly, or only asking for the ID verif when looking at the contact's profile
Bug Report
Description
When starting the app, we get a lot of
wakuext_getLatestVerificationRequestFrom
calls in the console.We have two options:
Steps to reproduce
Expected behavior
Few or no calls to
wakuext_getLatestVerificationRequestFrom
Actual behavior
Tons of
wakuext_getLatestVerificationRequestFrom
calls, as seen here: #16144 (comment)Additional Information
The text was updated successfully, but these errors were encountered: