mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Added clearer debug logging to createOrLookup
This commit is contained in:
@@ -66,6 +66,7 @@ export async function sendReceipts({
|
||||
const sender = window.ConversationController.lookupOrCreate({
|
||||
e164: senderE164,
|
||||
uuid: senderUuid,
|
||||
reason: 'sendReceipts',
|
||||
});
|
||||
if (!sender) {
|
||||
throw new Error(
|
||||
|
||||
Reference in New Issue
Block a user