Update SelectRandomViewerReqMsgHdlr.scala
This commit is contained in:
parent
5e7a51fef7
commit
4ba826c6aa
@ -40,7 +40,7 @@ trait SelectRandomViewerReqMsgHdlr extends RightsManagementTrait {
|
|||||||
val pickedUser = if (usersPicked.size == 0) "" else usersPicked(randNum.nextInt(usersPicked.size)).intId
|
val pickedUser = if (usersPicked.size == 0) "" else usersPicked(randNum.nextInt(usersPicked.size)).intId
|
||||||
|
|
||||||
if (reduceDuplicatedPick) {
|
if (reduceDuplicatedPick) {
|
||||||
if (usersPicked.size == 1) {
|
if (usersPicked.size <= 1) {
|
||||||
// Initialise the exemption
|
// Initialise the exemption
|
||||||
val usersToUnexempt = Users2x.findAll(liveMeeting.users2x)
|
val usersToUnexempt = Users2x.findAll(liveMeeting.users2x)
|
||||||
usersToUnexempt foreach { u =>
|
usersToUnexempt foreach { u =>
|
||||||
|
Loading…
Reference in New Issue
Block a user