Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Nov 18, 2024
1 parent 9f93d1e commit 16a28ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/mls/message_contents/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,15 @@ message ConsentUpdate {
string entity = 3;
}

// The type of entity the user is consenting to
enum ConsentEntityType {
CONSENT_ENTITY_TYPE_UNSPECIFIED = 0;
CONSENT_ENTITY_TYPE_CONVERSATION_ID = 1;
CONSENT_ENTITY_TYPE_INBOX_ID = 2;
CONSENT_ENTITY_TYPE_ADDRESS = 3;
}

// Possible states of consent
enum ConsentState {
CONSENT_STATE_UNSPECIFIED = 0;
CONSENT_STATE_ALLOWED = 1;
Expand Down

0 comments on commit 16a28ac

Please sign in to comment.