Added clearer debug logging to createOrLookup
This commit is contained in:
parent
bc4f3dcd01
commit
e41252b35e
21 changed files with 55 additions and 4 deletions
|
@ -2498,6 +2498,7 @@ export function buildMigrationBubble(
|
|||
].map(uuid => {
|
||||
const conversation = window.ConversationController.lookupOrCreate({
|
||||
uuid,
|
||||
reason: 'buildMigrationBubble',
|
||||
});
|
||||
strictAssert(conversation, `Conversation not found for ${uuid}`);
|
||||
return conversation.id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue