diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index 5b07e82..ae8092e 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -51,6 +51,11 @@ message GeoChat { * The text message */ string message = 1; + + /* + * Uid recipient of the message + */ + optional string to = 2; } /*