redesign fully scaffolded and web login works
This commit is contained in:
@@ -156,7 +156,7 @@ export class TelegramHandler {
|
||||
/**
|
||||
* Cleanup old sessions (call periodically)
|
||||
*/
|
||||
async cleanupSessions(maxAgeMs = 30 * 60 * 1000): Promise<void> {
|
||||
async cleanupSessions(_maxAgeMs = 30 * 60 * 1000): Promise<void> {
|
||||
// TODO: Track session last activity and cleanup
|
||||
// For now, sessions persist until server restart
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user