Fix merge confilict in rotate_signed_prekey_listener.js

This commit is contained in:
Scott Nonnenberg 2017-12-04 16:49:43 -08:00
parent f013eed9d1
commit 3ac29a4ba3
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -58,7 +58,7 @@
var initComplete;
Whisper.RotateSignedPreKeyListener = {
init: function(events) {
init: function(events, newVersion) {
if (initComplete) {
console.log('Rotate signed prekey listener: Already initialized');
return;