secure messaging

This commit is contained in:
ansuz
2017-10-02 18:57:17 +02:00
parent f9d27d2783
commit 94c392b79f
7 changed files with 925 additions and 38 deletions

View File

@@ -510,7 +510,6 @@ define([
}
};
ready();
keys.forEach(function (curvePublic) {
connectToFriend(curvePublic, ready);
});