fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 9m12s

This commit is contained in:
doomtube 2026-01-07 02:14:34 -05:00
parent 99151c6692
commit 3676dc46ed
16 changed files with 894 additions and 89 deletions

View file

@ -269,6 +269,10 @@ void ChatService::cleanupMessages() {
LOG_DEBUG << "Cleaned up old messages for realm: " << realmId
<< " (retention: " << settings.retentionHours << "h)";
}
// Clean up any expired self-destruct messages that weren't deleted by their timers
// (e.g., due to server restart or timer failures)
redis.cleanupExpiredSelfDestruct(realmId);
}
}