We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_sending_pre_message
1 parent 6b1492b commit 96b7980Copy full SHA for 96b7980
src/download.rs
@@ -514,11 +514,8 @@ mod tests {
514
"message ids of pre message and full message should be different"
515
);
516
517
- // also test that Autocrypt-gossip and selfavatar should never go into full-messages
518
let decrypted_full_message = MimeMessage::from_bytes(&bob.ctx, full_message_bytes).await?;
519
assert!(!decrypted_full_message.decrypting_failed);
520
- assert_eq!(decrypted_full_message.gossiped_keys.len(), 0);
521
- assert_eq!(decrypted_full_message.user_avatar, None);
522
assert!(!decrypted_full_message.header_exists(HeaderDef::ChatFullMessageId));
523
524
let decrypted_pre_message = MimeMessage::from_bytes(&bob.ctx, pre_message_bytes).await?;
0 commit comments