Skip to content

Commit

Permalink
document server guid
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Oct 26, 2023
1 parent 21b3f96 commit 6a8b73a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libsignal-service/src/content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ pub struct Metadata {
pub needs_receipt: bool,
pub unidentified_sender: bool,

/// A unique UUID for this specific message, produced by the Signal servers.
///
/// The server GUID is used to report spam messages.
pub server_guid: Option<Uuid>,
}

Expand Down

0 comments on commit 6a8b73a

Please sign in to comment.