Fix merge confilict in rotate_signed_prekey_listener.js

pull/749/head
Scott Nonnenberg 7 years ago
parent f013eed9d1
commit 3ac29a4ba3
No known key found for this signature in database
GPG Key ID: A4931C09644C654B

@ -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;

Loading…
Cancel
Save