fix: edus will not be removed after timeout

This commit is contained in:
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

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