feat: implement /keys/changes
This commit is contained in:
parent
0693387769
commit
66bc25fcd3
6 changed files with 96 additions and 50 deletions
|
@ -352,7 +352,8 @@ impl RoomEdus {
|
|||
.ok()?,
|
||||
))
|
||||
})
|
||||
.take_while(|(_, timestamp)| current_timestamp - timestamp > 5 * 60_000) // 5 Minutes
|
||||
.take_while(|(_, timestamp)| current_timestamp - timestamp > 5 * 60_000)
|
||||
// 5 Minutes
|
||||
{
|
||||
self.userid_lastpresenceupdate.remove(&user_id_bytes)?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue