update valid_until_ts comment
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e0cdcf66d3
commit
1f7ac6d112
1 changed files with 2 additions and 1 deletions
|
@ -442,7 +442,8 @@ impl Service<'_> {
|
|||
room_versions
|
||||
}
|
||||
|
||||
/// TODO: the key valid until timestamp is only honored in room version > 4
|
||||
/// TODO: the key valid until timestamp (`valid_until_ts`) is only honored in room version > 4
|
||||
///
|
||||
/// Remove the outdated keys and insert the new ones.
|
||||
///
|
||||
/// This doesn't actually check that the keys provided are newer than the old set.
|
||||
|
|
Loading…
Add table
Reference in a new issue