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

@@ -289,9 +289,7 @@ export default class AccountManager extends EventTarget {
const name = decryptDeviceName(
{
ephemeralPublic: PublicKey.deserialize(
Buffer.from(proto.ephemeralPublic)
),
ephemeralPublic: PublicKey.deserialize(proto.ephemeralPublic),
syntheticIv: proto.syntheticIv,
ciphertext: proto.ciphertext,
},