Skip to content

Commit

Permalink
fix: added new proto to relevant gen commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Apr 10, 2024
1 parent d163a30 commit 83f2b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/kotlin/generate
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ docker run --platform linux/x86_64 --rm -i -v${PWD}:/code xmtp/protoc-kotlin \
mls/api/v1/mls.proto \
mls/database/intents.proto \
mls/message_contents/group_metadata.proto \
mls/message_contents/group_mutable_metadata.proto \
mls/message_contents/content.proto \
mls/message_contents/transcript_messages.proto \
mls/message_contents/credential.proto \
Expand Down
1 change: 1 addition & 0 deletions dev/swift/generate
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ docker run --rm -i -v${PWD}:/code xmtp/protoc-swift \
mls/api/v1/mls.proto \
mls/database/intents.proto \
mls/message_contents/group_metadata.proto \
mls/message_contents/group_mutable_metadata.proto \
mls/message_contents/transcript_messages.proto \
mls/message_contents/credential.proto \
mls/message_contents/association.proto

0 comments on commit 83f2b0e

Please sign in to comment.