mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Stop the cleanup timer if the hook returns false.
This commit is contained in:
@@ -163,6 +163,7 @@ class CleanupManagerImpl implements CleanupManager, Service, EventListener {
|
||||
messageIds.add(m);
|
||||
} else {
|
||||
LOG.info("Message was not deleted");
|
||||
db.stopCleanupTimer(txn, m);
|
||||
}
|
||||
}
|
||||
for (Entry<GroupId, Collection<MessageId>> e : deleted.entrySet()) {
|
||||
|
||||
Reference in New Issue
Block a user