From 5f98af3261bf0fccecfc64418d28c2f32ab47e9c Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 19 Feb 2022 22:32:11 -0800 Subject: [PATCH] Add group_id to Data --- mesh.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mesh.proto b/mesh.proto index c25c95d..acf1c56 100644 --- a/mesh.proto +++ b/mesh.proto @@ -525,6 +525,12 @@ message Data { * a message a heart or poop emoji. */ bool is_tapback = 8; + + /* + * Defaults to false. If true, then what is in the payload should be treated as an emoji like giving + * a message a heart or poop emoji. + */ + uint32 group_id = 9; } /*