changePicture on signIn
This commit is contained in:
@@ -330,6 +330,8 @@ export default class RoomClient
|
||||
{
|
||||
text : 'You are logged in.'
|
||||
}));
|
||||
this.changeDisplayName(displayName);
|
||||
this.changePicture(picture);
|
||||
}
|
||||
|
||||
_soundNotification()
|
||||
|
||||
@@ -14,7 +14,6 @@ export const setRoomName = (name) =>
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
export const setRoomState = (state) =>
|
||||
{
|
||||
return {
|
||||
@@ -77,7 +76,6 @@ export const setJoinByAccessCode = (joinByAccessCode) =>
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
export const setSettingsOpen = ({ settingsOpen }) =>
|
||||
({
|
||||
type : 'SET_SETTINGS_OPEN',
|
||||
|
||||
Reference in New Issue
Block a user