update valid_until_ts comment

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-07 11:25:26 -05:00 committed by June
parent e0cdcf66d3
commit 1f7ac6d112

View file

@ -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.