Do not attempt setting own profile picture as peer picture
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@ class Room extends EventEmitter
|
|||||||
this._protooRoom.spread('profile-picture-changed', {
|
this._protooRoom.spread('profile-picture-changed', {
|
||||||
peerName: protooPeer.id,
|
peerName: protooPeer.id,
|
||||||
picture: request.data.picture
|
picture: request.data.picture
|
||||||
});
|
}, [ protooPeer ]);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user