alist/internal/device
okatu-loli 09147f09b5 refactor(session): Filter for the user's oldest active session
- Renamed `GetOldestSession` to `GetOldestActiveSession` to more accurately reflect its functionality
- Updated the SQL query to add the `status = SessionActive` condition to retrieve only active sessions
- Replaced all callpoints and unified the new function name to ensure logical consistency
2025-08-29 18:30:47 +08:00
..
session.go refactor(session): Filter for the user's oldest active session 2025-08-29 18:30:47 +08:00