Skip to content

Commit

Permalink
Merge pull request #203 from xmtp/rygine/keystore-update
Browse files Browse the repository at this point in the history
Add PrivatePreferencesActionMap to keystore
  • Loading branch information
rygine authored Sep 4, 2024
2 parents 5e53523 + a6ed8b1 commit f8d46b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/keystore_api/v1/keystore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import "message_contents/ciphertext.proto";
import "message_contents/conversation_reference.proto";
import "message_contents/invitation.proto";
import "message_contents/private_key.proto";
import "message_contents/private_preferences.proto";
import "message_contents/public_key.proto";

option go_package = "github.com/xmtp/proto/v3/go/keystore_api/v1";
Expand Down Expand Up @@ -314,3 +315,8 @@ message GetConversationHmacKeysResponse {
}
map<string, HmacKeys> hmac_keys = 1;
}

// A mapping of message hashes to their private preferences action
message PrivatePreferencesActionMap {
map<string, xmtp.message_contents.PrivatePreferencesAction> actions = 1;
}

0 comments on commit f8d46b3

Please sign in to comment.