From 07f79cb4bf37e106b0ea300dcf0e72323dbf7b45 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 23 Jul 2014 03:59:22 -0400 Subject: [PATCH] Fix tester --- js/test.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/test.js b/js/test.js index 2472757d2..cce96950e 100644 --- a/js/test.js +++ b/js/test.js @@ -494,6 +494,8 @@ textsecure.registerOnLoadFunction(function() { v[0][1] = { message: orig[1][1].message, type: orig[1][1].type, expectedSmsText: orig[1][1].expectedSmsText }; v[0][1].ourPreKey = orig[0][1].ourPreKey; v[0][1].preKeyId = orig[0][1].preKeyId; + v[0][1].ourSignedPreKey = orig[0][1].ourSignedPreKey; + v[0][1].signedPreKeyId = orig[0][1].signedPreKeyId; v[0][1].registrationId = orig[0][1].registrationId; v[0][1].ourIdentityKey = orig[0][1].ourIdentityKey; v[0][1].newEphemeralKey = orig[0][1].newEphemeralKey; @@ -553,6 +555,8 @@ textsecure.registerOnLoadFunction(function() { v[0][1] = { message: orig[1][1].message, type: orig[1][1].type, expectedSmsText: orig[1][1].expectedSmsText }; v[0][1].ourPreKey = orig[0][1].ourPreKey; v[0][1].preKeyId = orig[0][1].preKeyId; + v[0][1].ourSignedPreKey = orig[0][1].ourSignedPreKey; + v[0][1].signedPreKeyId = orig[0][1].signedPreKeyId; v[0][1].registrationId = orig[0][1].registrationId; v[0][1].ourIdentityKey = orig[0][1].ourIdentityKey; v[0][1].newEphemeralKey = orig[0][1].newEphemeralKey;