CHG: changed message proto and fixed all causing issues after that

This commit is contained in:
Henry Winkel
2023-02-15 15:28:07 +01:00
parent 01e61cd482
commit 42f749be45
10 changed files with 160 additions and 92 deletions

View File

@@ -14,7 +14,7 @@ message Message {
uint32 parentID = 5;
repeated google.protobuf.Any payload = 6;
google.protobuf.Any payload = 6;
}