Skip to content

Commit bda0db0

Browse files
authored
feat: add is-commit to mls validation svc (#279)
1 parent e1a58d5 commit bda0db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/mls_validation/v1/service.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ message ValidateGroupMessagesResponse {
9797
bool is_ok = 1;
9898
string error_message = 2;
9999
string group_id = 3;
100+
bool is_commit = 4;
100101
}
101102

102103
repeated ValidationResponse responses = 1;

0 commit comments

Comments
 (0)