Skip to content

Commit

Permalink
type -> kind
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 21, 2024
1 parent cf0cb9d commit 88c8b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/mls/message_contents/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ message DeviceSyncRequest {
string request_id = 1;
// Ensures a human is in the loop
string pin_code = 2;
// request type
DeviceSyncType type = 3;
// request kind
DeviceSyncKind kind = 3;
}

// Pre-existing installation id capable of supplying a sync payload sends this reply
Expand All @@ -103,7 +103,7 @@ message DeviceSyncKeyType {
}
}

enum DeviceSyncType {
enum DeviceSyncKind {
MESSAGE_HISTORY = 0;
CONSENT = 1;
}

0 comments on commit 88c8b88

Please sign in to comment.