allow reply for zero meetings too
This commit is contained in:
parent
7fb2184c02
commit
a8e39edf15
@ -203,9 +203,7 @@ class BigBlueButtonActor(val system: ActorSystem,
|
||||
eventBus.publish(BigBlueButtonEvent(id, new SendCaptionHistoryRequest(id, html5clientRequesterID)))
|
||||
})
|
||||
|
||||
if (len > 0) {
|
||||
outGW.send(new GetAllMeetingsReply(resultArray))
|
||||
}
|
||||
outGW.send(new GetAllMeetingsReply(resultArray))
|
||||
}
|
||||
|
||||
private def handleDeskShareStartedRequest(msg: DeskShareStartedRequest) {
|
||||
|
Loading…
Reference in New Issue
Block a user