Migrate schema to service ids
This commit is contained in:
parent
71958f8a01
commit
8b0da36caa
258 changed files with 4795 additions and 2613 deletions
|
@ -20,7 +20,7 @@ function voiceNoteDataForMessage(
|
|||
timestamp: 0,
|
||||
url: undefined,
|
||||
source: undefined,
|
||||
sourceUuid: undefined,
|
||||
sourceServiceId: undefined,
|
||||
messageIdForLogging: messageId,
|
||||
isPlayed: false,
|
||||
},
|
||||
|
|
|
@ -39,7 +39,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
const title = `${id} title`;
|
||||
return getDefaultConversation({
|
||||
id,
|
||||
uuid: serviceId,
|
||||
serviceId,
|
||||
searchableTitle: title,
|
||||
title,
|
||||
titleNoDefault: title,
|
||||
|
@ -76,7 +76,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
direct2,
|
||||
group1,
|
||||
},
|
||||
conversationsByUuid: {
|
||||
conversationsByServiceId: {
|
||||
[SERVICE_ID_1]: direct1,
|
||||
[SERVICE_ID_2]: direct2,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue