mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-04 08:28:36 +00:00
chore(session): schedule legacy fallback removal for v0.2.4
This commit is contained in:
parent
464f71b488
commit
089216f9c7
@ -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"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user