Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors 2026-04-13 19:57:52 -05:00 committed by GitHub
parent 5e3ca9ff9d
commit 8eaded1adb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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