Skip to content

Commit

Permalink
fix wrong location
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 11, 2024
1 parent a9bf5ec commit 2a1972f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 58 deletions.
103 changes: 51 additions & 52 deletions plugnmeet/plugnmeet_gen_token.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions plugnmeet/plugnmeet_gen_token.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto_files/plugnmeet_gen_token.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ message UserInfo {
bool is_admin = 3;
bool is_hidden = 4;
UserMetadata user_metadata = 5;
optional string extra_data = 6;
}

message UserMetadata {
Expand All @@ -38,7 +37,8 @@ message UserMetadata {
message: "metadata_id should not contain any value",
expression: "this.matches('^$')"
}];
// Next ID: 10
optional string extra_data = 10;
// Next ID: 11
}

message PlugNmeetTokenClaims {
Expand Down

0 comments on commit 2a1972f

Please sign in to comment.