fix: edus will not be removed after timeout

next
timokoesters 2020-06-06 15:23:37 +02:00
parent 8f6b446193
commit 8eedc12567
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}