mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Merge pull request 'fix: edus will not be removed after timeout' (#108) from fix into master
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user