diff --git a/src/flux/stores/contact-store.coffee b/src/flux/stores/contact-store.coffee index 8a4c02456..254fa580a 100644 --- a/src/flux/stores/contact-store.coffee +++ b/src/flux/stores/contact-store.coffee @@ -62,6 +62,9 @@ class ContactStore search = search.toLowerCase() matchFunction = (contact) -> + # For the time being, we never return contacts that are missing + # email addresses + return false unless contact.email # - email (bengotow@gmail.com) # - name parts (Ben, Go) # - name full (Ben Gotow)