BUGFIX: Don't send Server contacts to the UI #27

Manually merged
erinn merged 1 commits from server-lists into trunk 2021-04-23 20:02:26 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -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)