From a2603f243e9efeac004a8518dfed3cb963afb459 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 4 Apr 2023 14:35:30 -0700 Subject: [PATCH] Remove other nick request --- utils/eventHandler.go | 2 -- 1 file changed, 2 deletions(-) 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) } }