fix: edus will not be removed after timeout
parent
8f6b446193
commit
8eedc12567
|
@ -162,7 +162,7 @@ impl RoomEdus {
|
|||
})
|
||||
{
|
||||
// This is an outdated edu (time > timestamp)
|
||||
self.roomlatestid_roomlatest.remove(outdated_edu)?;
|
||||
self.roomactiveid_userid.remove(outdated_edu)?;
|
||||
found_outdated = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue