Added clearer debug logging to createOrLookup
This commit is contained in:
parent
bc4f3dcd01
commit
e41252b35e
21 changed files with 55 additions and 4 deletions
|
@ -8,6 +8,7 @@ export async function getProfile(uuid?: string, e164?: string): Promise<void> {
|
|||
const c = window.ConversationController.lookupOrCreate({
|
||||
uuid,
|
||||
e164,
|
||||
reason: 'getProfile',
|
||||
});
|
||||
if (!c) {
|
||||
log.error('getProfile: failed to find conversation; doing nothing');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue