This commit is contained in:
Ben Meadors 2024-02-08 10:12:37 -06:00
parent 16c05e31a9
commit eda5e8cee2

View file

@ -51,6 +51,11 @@ message GeoChat {
* The text message
*/
string message = 1;
/*
* Uid recipient of the message
*/
optional string to = 2;
}
/*