* companion: fix for importContact(). Now removes the packet-hash from table, before 'replaying'

This commit is contained in:
Scott Powell 2025-05-16 19:57:09 +10:00
parent 1680eb29aa
commit b11f43987b
3 changed files with 26 additions and 0 deletions

View file

@ -16,6 +16,7 @@ public:
class MeshTables {
public:
virtual bool hasSeen(const Packet* packet) = 0;
virtual void clear(const Packet* packet) = 0; // remove this packet hash from table
};
/**