diff --git a/nanobot/session/manager.py b/nanobot/session/manager.py index 510b8af1..bb78e65f 100644 --- a/nanobot/session/manager.py +++ b/nanobot/session/manager.py @@ -513,6 +513,8 @@ class SessionManager: if path.exists(): return path + # TODO(v0.2.4): Remove both legacy fallbacks. v0.2.3 is the final + # compatibility window for reading and lazily migrating legacy session files. fallback_paths = [ (self._get_legacy_lossy_path(key), "legacy lossy path"), (self._get_legacy_session_path(key), "legacy path"),