Collect node max hops

This commit is contained in:
Anton Roslund 2025-08-10 10:41:39 +02:00
parent ce8adb88a4
commit a9e749a336
3 changed files with 6 additions and 1 deletions

View file

@ -947,6 +947,7 @@ client.on("message", async (topic, message) => {
role: user.role,
is_unmessagable: user.isUnmessagable,
ok_to_mqtt: isOkToMqtt,
max_hops: envelope.packet.hopStart,
firmware_version: '<2.5.0',
...(user.publicKey != '' && {
@ -965,6 +966,7 @@ client.on("message", async (topic, message) => {
role: user.role,
is_unmessagable: user.isUnmessagable,
ok_to_mqtt: isOkToMqtt,
max_hops: envelope.packet.hopStart,
firmware_version: '<2.5.0',
...(user.publicKey != '' && {