From 8eaded1adb8b02876377e0bbdcd4ebab4b6a123d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 13 Apr 2026 19:57:52 -0500 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- meshtastic/atak.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index ac09329..b48697a 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -59,8 +59,8 @@ message GeoChat { * or b-t-f-r (read). ReceiptType_None is the default for a normal chat * message (cot_type_id = b-t-f). * - * Receivers can detect a receipt by checking receipt_type != None without - * re-parsing the envelope cot_type_id. + * Receivers can detect a receipt by checking receipt_type != ReceiptType_None + * without re-parsing the envelope cot_type_id. */ enum ReceiptType { ReceiptType_None = 0; // normal chat message