add the filter to use is_verified check
This commit is contained in:
@@ -179,7 +179,7 @@ class Contact < ApplicationRecord
|
||||
end
|
||||
|
||||
def self.resolved_contacts
|
||||
where("contacts.email <> '' OR contacts.phone_number <> '' OR contacts.identifier <> ''")
|
||||
where(is_verified: true)
|
||||
end
|
||||
|
||||
def discard_invalid_attrs
|
||||
|
||||
Reference in New Issue
Block a user