fix: picture update from Lobby

This commit is contained in:
Stefan Otto
2019-10-31 01:44:06 +01:00
parent 6c07f89ab1
commit d49ef4e65f
5 changed files with 33 additions and 5 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ const lobbyPeer = (state = {}, action) =>
case 'SET_LOBBY_PEER_DISPLAY_NAME':
return { ...state, displayName: action.payload.displayName };
case 'SET_LOBBY_PEER_PICTURE':
return { ...state, picture: action.payload.picture };
case 'SET_LOBBY_PEER_PROMOTION_IN_PROGRESS':
return { ...state, promotionInProgress: action.payload.flag };