From c5bec5f0af581db92dc94abd37548364db7dcabf Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Fri, 17 Mar 2023 17:47:13 -0400 Subject: [PATCH] snake_case --- interop/proto/mls_client.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interop/proto/mls_client.proto b/interop/proto/mls_client.proto index 09c426c..240b98a 100644 --- a/interop/proto/mls_client.proto +++ b/interop/proto/mls_client.proto @@ -324,8 +324,8 @@ message CreateBranchRequest { bytes group_id = 2; repeated Extension extensions = 3; repeated bytes key_packages = 4; - bool forcePath = 5; - bool externalTree = 6; + bool force_path = 5; + bool external_tree = 6; } message CreateBranchResponse {