path display

This commit is contained in:
ajvpot
2025-09-08 17:32:38 +02:00
parent abd421a2a1
commit 8b9ae36072
+1 -1
View File
@@ -140,7 +140,7 @@ export async function getMeshcoreNodeInfo(publicKey: string, limit: number = 50)
is_room_server,
has_location,
hex(origin_pubkey) as origin_pubkey,
concat(hex(path), substring(hex(origin_pubkey), 1, 4)) as full_path
concat(path, substring(origin_pubkey, 1, 2)) as full_path
FROM meshcore_adverts
WHERE public_key = {publicKey:String}
ORDER BY mesh_timestamp DESC