Skip to content

Commit

Permalink
Merge pull request #126 from xmtp/snor/move-msgv3-mlsv1
Browse files Browse the repository at this point in the history
refactor: move message_api/v3 to mls/api/v1
  • Loading branch information
Steven Normore authored Jan 11, 2024
2 parents 7be5c72 + 4e1d2b1 commit 665f2f1
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 375 deletions.
2 changes: 1 addition & 1 deletion go/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

//go:generate compile ../proto/keystore_api/v1/keystore.proto
//go:generate compile ../proto/message_api/v1/message_api.proto
//go:generate compile ../proto/message_api/v3/mls.proto
//go:generate compile ../proto/mls/api/v1/mls.proto
//go:generate compile ../proto/mls_validation/v1/service.proto
//go:generate compile ../proto/mls/message_contents/message.proto
//go:generate compile ../proto/message_api/v1/authn.proto
Expand Down
Loading

0 comments on commit 665f2f1

Please sign in to comment.