mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Update libsignal-client to 0.76.0
This commit is contained in:
@@ -269,7 +269,7 @@ async function maybeSaveToSendLog(
|
||||
await insertSentProto(
|
||||
{
|
||||
timestamp,
|
||||
proto: Buffer.from(contentProto),
|
||||
proto: contentProto,
|
||||
contentHint,
|
||||
urgent: isBoolean(urgent) ? urgent : true,
|
||||
hasPniSignatureMessage: Boolean(hasPniSignatureMessage),
|
||||
|
||||
Reference in New Issue
Block a user