From 1f7ac6d1127eb6dafc07abb7bed09b5e0add3251 Mon Sep 17 00:00:00 2001 From: strawberry Date: Wed, 7 Feb 2024 11:25:26 -0500 Subject: [PATCH] update valid_until_ts comment Signed-off-by: strawberry --- src/service/globals/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/service/globals/mod.rs b/src/service/globals/mod.rs index 44a22166..1f90684f 100644 --- a/src/service/globals/mod.rs +++ b/src/service/globals/mod.rs @@ -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.