diff --git a/meshview/templates/chat_packet.html b/meshview/templates/chat_packet.html index a8fc056..1c95df4 100644 --- a/meshview/templates/chat_packet.html +++ b/meshview/templates/chat_packet.html @@ -1,5 +1,5 @@
- {{packet.import_time | format_timestamp}} - {{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }} + {{packet.import_time | format_timestamp}} ✉️ + {{packet.from_node.long_name or (packet.from_node_id | node_id_to_hex) }} {{packet.payload}}