mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Remove now-unnecessary data from prekey upload request
Co-authored-by: Fedor Indutnyy <indutny@signal.org>
This commit is contained in:
committed by
Scott Nonnenberg
parent
dbc29037ce
commit
a30f277276
@@ -2373,7 +2373,6 @@ export function initialize({
|
||||
};
|
||||
|
||||
type JSONKeysType = {
|
||||
identityKey: string;
|
||||
preKeys?: Array<JSONPreKeyType>;
|
||||
pqPreKeys?: Array<JSONKyberPreKeyType>;
|
||||
pqLastResortPreKey?: JSONKyberPreKeyType;
|
||||
@@ -2412,7 +2411,6 @@ export function initialize({
|
||||
}
|
||||
|
||||
const keys: JSONKeysType = {
|
||||
identityKey: Bytes.toBase64(genKeys.identityKey),
|
||||
preKeys,
|
||||
pqPreKeys,
|
||||
pqLastResortPreKey: serializeSignedPreKey(genKeys.pqLastResortPreKey),
|
||||
|
||||
Reference in New Issue
Block a user