AlexeyZavar
2026-07-02 18:21:26 +03:00
parent ba8c1a6b0f
commit 2e02aa326a
3 changed files with 4 additions and 4 deletions
@@ -2904,9 +2904,6 @@ void Session::checkTTLs() {
auto itemsToProcess = toBeRemoved | ranges::to_vector;
for (const auto &item : itemsToProcess) {
// remove message from `_ttlMessages` to avoid calling this method infinitely
item->applyTTL(0);
processMessageDelete(item);
}
} else {