Update libsignal-client to 0.76.0

This commit is contained in:
Fedor Indutny
2025-06-30 11:43:41 -07:00
committed by GitHub
parent e55efbd6ee
commit e4e8fadb0f
43 changed files with 245 additions and 883 deletions

View File

@@ -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),