Discriminator in username

This commit is contained in:
Fedor Indutny
2022-10-18 10:12:02 -07:00
committed by GitHub
parent 58f0012f14
commit 00f82a6d39
54 changed files with 2706 additions and 892 deletions

View File

@@ -113,7 +113,7 @@ describe('LeftPaneComposeHelper', () => {
composeContacts: [],
composeGroups: [],
regionCode: 'US',
searchTerm: 'foo bar',
searchTerm: 'foobar',
isUsernamesEnabled: true,
uuidFetchState: {},
}).getRowCount(),
@@ -124,7 +124,7 @@ describe('LeftPaneComposeHelper', () => {
composeContacts: [getDefaultConversation(), getDefaultConversation()],
composeGroups: [],
regionCode: 'US',
searchTerm: 'foo bar',
searchTerm: 'foobar',
isUsernamesEnabled: true,
uuidFetchState: {},
}).getRowCount(),
@@ -135,7 +135,7 @@ describe('LeftPaneComposeHelper', () => {
composeContacts: [getDefaultConversation(), getDefaultConversation()],
composeGroups: [getDefaultConversation()],
regionCode: 'US',
searchTerm: 'foo bar',
searchTerm: 'foobar',
isUsernamesEnabled: true,
uuidFetchState: {},
}).getRowCount(),