mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-09 17:25:39 +00:00
is_new=true flag bug
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user