Skip to content

Commit

Permalink
Merge pull request #135 from xmtp/rygine/should-push
Browse files Browse the repository at this point in the history
Add `should_push` to `MessageV2` proto
  • Loading branch information
rygine authored Jan 20, 2024
2 parents e4178ca + a1d61fe commit 990ef6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/message_contents/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ message MessageV2 {
Ciphertext ciphertext = 2;
// HMAC of the message ciphertext, with the HMAC key derived from the topic key
bytes sender_hmac = 3;
// Flag indicating whether the message should be pushed from a notification server
bool should_push = 4;
}

// Versioned Message
Expand Down

0 comments on commit 990ef6f

Please sign in to comment.