add SIN and video

This commit is contained in:
Matias Alejo Garcia 2014-07-07 17:00:26 -03:00
commit e180e53e73
3 changed files with 49 additions and 28 deletions

View file

@ -326,7 +326,8 @@ Wallet.prototype.getRegisteredPeerIds = function() {
var pid = this.network.peerFromCopayer(cid);
this.registeredPeerIds.push({
peerId: pid,
nick: this.publicKeyRing.nicknameForCopayer(cid)
nick: this.publicKeyRing.nicknameForCopayer(cid),
index: i,
});
}
}