This commit is contained in:
PO-jfiniel 2023-03-02 14:54:20 +00:00 committed by GitHub
commit f86ea6a586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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({