Skip to content

Commit

Permalink
Add guid to new_with_source
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Oct 30, 2024
1 parent 76f313d commit df72d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/envelope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ impl Envelope {
source_device: Some(entity.source_device),
timestamp: Some(entity.timestamp),
server_timestamp: Some(entity.server_timestamp),
server_guid: Some(entity.guid),
source_service_id: Some(source.uuid.to_string()),
content: entity.content,
..Default::default()
Expand Down

0 comments on commit df72d42

Please sign in to comment.