mirror of https://github.com/vector-im/riot-web
This was missing a break somehow
parent
e43adef438
commit
9ac31747f6
|
@ -396,6 +396,7 @@ export default class CallHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.logCallStats(call, mappedRoomId);
|
this.logCallStats(call, mappedRoomId);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue