Skip to content

Commit

Permalink
Merge pull request #217 from xmtp/rich/add-identity-update-to-client-env
Browse files Browse the repository at this point in the history
Add identity update to client env
  • Loading branch information
richardhuaaa authored Oct 7, 2024
2 parents 167e5f9 + 75c2d0b commit f6def10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/xmtpv4/message_api/message_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ syntax = "proto3";
package xmtp.xmtpv4;

import "google/api/annotations.proto";
import "identity/associations/association.proto";
import "identity/associations/signature.proto";
import "mls/api/v1/mls.proto";

Expand All @@ -29,6 +30,7 @@ message ClientEnvelope {
xmtp.mls.api.v1.RegisterInstallationRequest register_installation = 3;
xmtp.mls.api.v1.UploadKeyPackageRequest upload_key_package = 4;
xmtp.mls.api.v1.RevokeInstallationRequest revoke_installation = 5;
xmtp.identity.associations.IdentityUpdate identity_update = 7;
}
AuthenticatedData aad = 6;
}
Expand Down

0 comments on commit f6def10

Please sign in to comment.