Fixed update picture / displayName finally (hopefully)

This commit is contained in:
Stefan Otto
2019-10-31 15:30:20 +01:00
parent 87bcd3a895
commit aac2e5f918
3 changed files with 35 additions and 1 deletions
+8
View File
@@ -461,6 +461,14 @@ export const setLobbyPeerDisplayName = (displayName, peerId) =>
};
};
export const setLobbyPeerPicture = (picture, peerId) =>
{
return {
type : 'SET_LOBBY_PEER_PICTURE',
payload : { picture, peerId }
};
};
export const setLobbyPeerPromotionInProgress = (peerId, flag) =>
{
return {