Update so that trace routes are reported as in phone apps.

This commit is contained in:
BillyBag2
2024-04-15 23:41:16 +01:00
parent d52a055b05
commit 3c492f37aa
4 changed files with 30 additions and 8 deletions

View File

@ -587,7 +587,9 @@ client.on("message", async (topic, message) => {
try {
await prisma.traceRoute.create({
data: {
node_id: envelope.packet.from,
from_id: envelope.packet.from,
to_id: envelope.packet.to,
want_response: envelope.packet.decoded.wantResponse,
route: routeDiscovery.route,
channel: envelope.packet.channel,
packet_id: envelope.packet.id,