remove onlyYou message
This commit is contained in:
parent
7c14706e92
commit
e7980aefaa
2 changed files with 1 additions and 3 deletions
|
|
@ -249,9 +249,6 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
|
|||
self.network.on('connected', function(sender, data) {
|
||||
connectedOnce = true;
|
||||
});
|
||||
self.network.on('onlyYou', function(sender, data) {
|
||||
return cb(connectedOnce ? 'walletFull' : 'joinError');
|
||||
});
|
||||
|
||||
self.network.on('serverError', function() {
|
||||
return cb('joinError');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue