mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-28 05:04:22 +01:00
fix: edus will not be removed after timeout
This commit is contained in:
parent
8f6b446193
commit
8eedc12567
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ impl RoomEdus {
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
// This is an outdated edu (time > timestamp)
|
// This is an outdated edu (time > timestamp)
|
||||||
self.roomlatestid_roomlatest.remove(outdated_edu)?;
|
self.roomactiveid_userid.remove(outdated_edu)?;
|
||||||
found_outdated = true;
|
found_outdated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue