Allow adding to a group by phone number
This commit is contained in:
parent
76a1a805ef
commit
9568d5792e
49 changed files with 1842 additions and 693 deletions
|
@ -977,8 +977,7 @@ describe('both/state/selectors/conversations', () => {
|
|||
const result = getFilteredComposeContacts(state);
|
||||
|
||||
const ids = result.map(contact => contact.id);
|
||||
// NOTE: convo-6 matches because you can't write "Sharing" without "in"
|
||||
assert.deepEqual(ids, ['convo-1', 'convo-5', 'convo-6']);
|
||||
assert.deepEqual(ids, ['convo-1', 'convo-5']);
|
||||
});
|
||||
|
||||
it('can search for note to self', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue