diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 13:32:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 13:32:34 -0500 |
| commit | fe0c0d8f4f1626f18a7f2ec9c6340b9b6376b122 (patch) | |
| tree | bbf2651ac519ae457eb8c2e1a388e8a886dee432 | |
| parent | f08ab508187fae52444ab4cc9313c7177a78dd70 (diff) | |
add autogenpb GUI protobuf tables
| -rw-r--r-- | chat.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ message Chat { repeated SessionStats Session = 5; } -message Chats { // `autogenpb:marshal` `autogenpb:mutex` +message Chats { // `autogenpb:marshal` `autogenpb:mutex` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:9fd31f10-c25d-4d66-bc8d-5f6eb7c79057` `autogenpb:primary` string version = 2; // `autogenpb:version:v0.0.1` repeated Chat Chats = 3; // THIS MUST BE Chat and then Chats |
