Fixes: #268
This commit is contained in:
@@ -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));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user