diff --git a/services/gunDB/contact-api/streams.js b/services/gunDB/contact-api/streams.js index de370a26..4a5ea059 100644 --- a/services/gunDB/contact-api/streams.js +++ b/services/gunDB/contact-api/streams.js @@ -83,7 +83,7 @@ const onDisplayName = (cb, pub) => { if (typeof dn === 'string' || dn === null) { pubToDisplayName[pub] = dn || null } else { - pubToDisplayName + pubToDisplayName[pub] = null } notifyDisplayNameListeners() })