mostly revert last commit :(

This commit is contained in:
Stefan Otto
2019-10-31 02:37:45 +01:00
parent d49ef4e65f
commit f204ff0222
3 changed files with 0 additions and 28 deletions
-8
View File
@@ -461,14 +461,6 @@ 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 {