From 3985b350f868383e159106693cb6aa5baec062fa Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 23 Apr 2021 12:31:15 -0700 Subject: [PATCH] BUGFIX: Don't send Server contacts to the UI --- utils/eventHandler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/eventHandler.go b/utils/eventHandler.go index 1b619a3..c603de7 100644 --- a/utils/eventHandler.go +++ b/utils/eventHandler.go @@ -130,6 +130,7 @@ func (eh *EventHandler) handleAppBusEvent(e *event.Event) string { if err == nil { servers = append(servers, groupHandler.GetServerInfo(contact, profile)) } + continue } contactInfo := profile.GetContact(contact)