Move receipts and view/read syncs to new syncTasks system
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
949104c316
commit
b95dd1a70f
33 changed files with 1242 additions and 612 deletions
|
@ -59,9 +59,9 @@ describe('filterAndSortConversations', () => {
|
|||
check({
|
||||
searchTerm: '9876',
|
||||
input: [
|
||||
{ title: 'no' },
|
||||
{ title: 'no', e164: undefined },
|
||||
{ title: 'yes', e164: '+16505559876' },
|
||||
{ title: 'no' },
|
||||
{ title: 'no', e164: undefined },
|
||||
],
|
||||
expected: [{ title: 'yes' }],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue