1
This commit is contained in:
parent
8438df6b89
commit
90ae2edddd
@ -1105,7 +1105,9 @@ bool Room::CanJoin(const std::string& accountid,
|
||||
[this] (int event, const a8::Args* args)
|
||||
{
|
||||
if (a8::TIMER_EXEC_EVENT == event) {
|
||||
LockRoom();
|
||||
if (!lock_room_) {
|
||||
LockRoom();
|
||||
}
|
||||
}
|
||||
},
|
||||
&xtimer_attacher_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user