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
+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 {