Do not attempt setting own profile picture as peer picture
parent
02099054b3
commit
73f608aa50
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue