improves expired squelch deletion

This commit is contained in:
Vito
2025-07-30 18:16:27 +02:00
parent 762fd3b6a5
commit 3ca6dda72d
9 changed files with 99 additions and 51 deletions

View File

@@ -483,7 +483,7 @@ public:
{
auto validator = m->getValidatorKey();
assert(validator);
if (squelchStore_.expireAndIsSquelched(*validator))
if (squelchStore_.isSquelched(*validator))
return;
overlay_.updateSlotAndSquelch({}, *validator, id(), f);