mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5e3ca9ff9d
commit
8eaded1adb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue