doc(sdk): Remove an address TODO.

This commit is contained in:
Ivan Enderlin
2026-04-17 14:57:16 +02:00
parent 49d31b2d01
commit feed4bae43

View File

@@ -1053,8 +1053,6 @@ impl<'a> RoomEventCacheStateLockWriteGuard<'a> {
&mut self,
root_event_id: OwnedEventId,
) -> Result<&mut ThreadEventCache, EventCacheError> {
// TODO: when there's persistent storage, try to lazily reload from disk, if
// missing from memory.
let RoomEventCacheState {
room_id,
weak_room,