mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Message Requests improvements
This commit is contained in:
@@ -1401,7 +1401,7 @@ class MessageReceiverInner extends EventTarget {
|
||||
}
|
||||
const to = sentMessage.message.group
|
||||
? `group(${sentMessage.message.group.id.toBinary()})`
|
||||
: sentMessage.destination;
|
||||
: sentMessage.destination || sentMessage.destinationUuid;
|
||||
|
||||
window.log.info(
|
||||
'sent message to',
|
||||
|
||||
Reference in New Issue
Block a user