Don't throw on not joined.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-30 22:21:02 +01:00
parent b30011c81a
commit a8c6169945
+2 -2
View File
@@ -344,7 +344,7 @@ class Room extends EventEmitter
{
// Ensure the Peer is joined.
if (!peer.joined)
throw new Error('Peer not yet joined');
return;
// Spread to others
this._notification(peer.socket, 'changeDisplayName', {
@@ -358,7 +358,7 @@ class Room extends EventEmitter
{
// Ensure the Peer is joined.
if (!peer.joined)
throw new Error('Peer not yet joined');
return;
// Spread to others
this._notification(peer.socket, 'changePicture', {