Fixes: #268
parent
c23d635803
commit
174a03814f
|
|
@ -873,7 +873,7 @@ export default class RoomClient
|
||||||
store.dispatch(
|
store.dispatch(
|
||||||
lobbyPeerActions.addLobbyPeer(peer.peerId));
|
lobbyPeerActions.addLobbyPeer(peer.peerId));
|
||||||
store.dispatch(
|
store.dispatch(
|
||||||
lobbyPeerActions.setLobbyPeerDisplayName(peer.displayName));
|
lobbyPeerActions.setLobbyPeerDisplayName(peer.displayName, peer.peerId));
|
||||||
store.dispatch(
|
store.dispatch(
|
||||||
lobbyPeerActions.setLobbyPeerPicture(peer.picture));
|
lobbyPeerActions.setLobbyPeerPicture(peer.picture));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue