is_new=true flag bug

This commit is contained in:
liquidraver
2026-02-20 14:36:10 +01:00
parent 83592e5a8a
commit 9a2540609b
-1
View File
@@ -180,7 +180,6 @@ void BaseChatMesh::onAdvertRecv(mesh::Packet *packet, const mesh::Identity &id,
populateContactFromAdvert(*from, id, parser, timestamp);
from->sync_since = 0;
from->shared_secret_valid = false;
is_new = true;
} else {
LOG_INF("onAdvertRecv: existing contact, updating");
}