Skip to content

Commit

Permalink
add kind to device sync reply
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Oct 28, 2024
1 parent 63c34b9 commit 49e634e
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 @@ -96,6 +96,8 @@ message DeviceSyncReply {
DeviceSyncKeyType encryption_key = 3;
// ns unix timestamp of when the reply was sent
uint64 timestamp_ns = 4;
// request kind
DeviceSyncKind kind = 5;
}

// Key used to encrypt the message-bundle
Expand Down

0 comments on commit 49e634e

Please sign in to comment.