Skip to content

Commit

Permalink
Derive Debug for CiphertextMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseev-signal committed May 2, 2023
1 parent d9feb9d commit f8e67a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/protocol/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use uuid::Uuid;
pub const CIPHERTEXT_MESSAGE_CURRENT_VERSION: u8 = 3;
pub const SENDERKEY_MESSAGE_CURRENT_VERSION: u8 = 3;

#[derive(Debug)]
pub enum CiphertextMessage {
SignalMessage(SignalMessage),
PreKeySignalMessage(PreKeySignalMessage),
Expand Down

0 comments on commit f8e67a6

Please sign in to comment.