Skip to content

Commit

Permalink
Merge pull request #46 from xmtp/add-topic-map
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas authored Feb 27, 2023
2 parents 1fc148d + 43c0aa7 commit deb71ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/keystore_api/v1/keystore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,9 @@ message SaveInvitesResponse {
}

repeated Response responses = 1;
}

// A mapping of topics to their decrypted invitations
message TopicMap {
map<string, xmtp.message_contents.InvitationV1> topics = 1;
}

0 comments on commit deb71ce

Please sign in to comment.