Merge pull request 'fix: edus will not be removed after timeout' (#108) from fix into master

This commit is contained in:
Timo Kösters 2020-06-06 15:26:51 +02:00
commit 4400bb93bb

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