Merge pull request #918 from matrix-org/t3chguy/electron_call_sleep

pass call state through dispatcher, for poor electron
pull/21833/head
Matthew Hodgson 2017-05-26 19:09:10 +01:00 committed by GitHub
commit e5ef9f3e3a
1 changed files with 2 additions and 1 deletions

View File

@ -180,7 +180,8 @@ function _setCallState(call, roomId, status) {
}
dis.dispatch({
action: 'call_state',
room_id: roomId
room_id: roomId,
state: status,
});
}