diff --git a/utils/eventHandler.go b/utils/eventHandler.go index 9a3f491..03fe29d 100644 --- a/utils/eventHandler.go +++ b/utils/eventHandler.go @@ -388,8 +388,6 @@ func (eh *EventHandler) handleProfileEvent(ev *EventProfileEnvelope) string { ev.Event.Data["Nick"], exists = ci.GetAttribute(attr.PublicScope, attr.ProfileZone, constants.Name) if !exists { ev.Event.Data["Nick"] = ev.Event.Data["RemotePeer"] - // If we dont have a name val for a peer, but they have sent us a message, we might be approved now, re-ask - profile.SendScopedZonedGetValToContact(ci.ID, attr.PublicScope, attr.ProfileZone, constants.Name) } }