fix: edus will not be removed after timeout

merge-requests/22/head
timokoesters 4 years ago
parent 8f6b446193
commit 8eedc12567
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4

@ -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…
Cancel
Save