Added clearer debug logging to createOrLookup
This commit is contained in:
parent
bc4f3dcd01
commit
e41252b35e
21 changed files with 55 additions and 4 deletions
|
@ -89,6 +89,7 @@ export async function lookupConversationWithoutUuid(
|
|||
if (foundUsername) {
|
||||
const convo = window.ConversationController.lookupOrCreate({
|
||||
uuid: foundUsername.uuid,
|
||||
reason: 'lookupConversationWithoutUuid',
|
||||
});
|
||||
|
||||
strictAssert(convo, 'We just ensured conversation existence');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue