mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Update libsignal-client to 0.76.0
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user