Merge c399fd1f49
into e5681382b0
This commit is contained in:
commit
f86ea6a586
|
@ -249,7 +249,7 @@ MiddlewareRegistry.register(store => next => action => {
|
|||
|
||||
case RAISE_HAND_UPDATED: {
|
||||
const { participant } = action;
|
||||
let queue = getRaiseHandsQueue(store.getState());
|
||||
let queue = [ ...getRaiseHandsQueue(store.getState()) ];
|
||||
|
||||
if (participant.raisedHandTimestamp) {
|
||||
queue.push({
|
||||
|
|
Loading…
Reference in New Issue