Skip to content

Commit

Permalink
feat: add identity update to client env
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Oct 7, 2024
1 parent 167e5f9 commit a80d930
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/api/v1/identity.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 = 6;
}
AuthenticatedData aad = 6;
}
Expand Down

0 comments on commit a80d930

Please sign in to comment.