ipfs-social-proof icon indicating copy to clipboard operation
ipfs-social-proof copied to clipboard

Check local contacts DB after `peer joined` for display data

Open daviddahl opened this issue 6 years ago • 0 comments

When peer joined is triggered, we immediately update the profile in the peers view with the generic IPFS peerId, sometimes the peer broadcast to the room takes a bit to update the peer with handle, etc.

We should check our local contactsDB for the peerId and use the cached data to update the peers UI.

Also, we should look for handle / bio / etc changes and upsert our contactsDB as we see these changes.

daviddahl avatar Oct 25 '18 14:10 daviddahl