Merge remote-tracking branch 'upstream/master' into sort-raisehand-better
This commit is contained in:
commit
59dbdc55aa
@ -280,7 +280,7 @@ public class Meeting {
|
||||
}
|
||||
|
||||
public boolean hasExpired(int expiry) {
|
||||
return (hasStarted() && userHasJoined && isEmpty() && hasBeenEmptyFor(expiry) && !meetingInfinite());
|
||||
return (hasStarted() && userHasJoined && isEmpty() && hasBeenEmptyFor(expiry));
|
||||
}
|
||||
|
||||
public boolean hasExceededDuration() {
|
||||
|
Loading…
Reference in New Issue
Block a user