From b9e0cd10bcd0a1e3a5aa807e896f7e3c0aaf49a0 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 12 Aug 2025 12:37:09 -0700 Subject: [PATCH] Statistic page redo --- meshview/templates/chat.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meshview/templates/chat.html b/meshview/templates/chat.html index 3c8f2b0..248e2db 100644 --- a/meshview/templates/chat.html +++ b/meshview/templates/chat.html @@ -48,6 +48,9 @@ {{ packet.payload }} + {% if packet.raw_mesh_packet.decoded.reply_id %} + (Replying to: {{packet.raw_mesh_packet.decoded.reply_id}}) + {% endif %} {% else %}