Skip to content

Adding Key Update Before Every New GroupIntent #188

Adding Key Update Before Every New GroupIntent

Adding Key Update Before Every New GroupIntent #188

GitHub Actions / workspace succeeded Jun 28, 2024 in 0s

workspace

3 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 3
Note 0
Help 0

Versions

  • rustc 1.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check warning on line 1546 in xmtp_mls/src/groups/mod.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

unused variable: `decrypted_message`

warning: unused variable: `decrypted_message`
    --> xmtp_mls/src/groups/mod.rs:1546:13
     |
1546 |         let decrypted_message = openmls_group.process_message(&provider, mls_message).unwrap();
     |             ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_decrypted_message`
     |
     = note: `#[warn(unused_variables)]` on by default

Check warning on line 1029 in xmtp_mls/src/groups/mod.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

unused import: `openmls::prelude::ProcessedMessageContent`

warning: unused import: `openmls::prelude::ProcessedMessageContent`
    --> xmtp_mls/src/groups/mod.rs:1029:9
     |
1029 |     use openmls::prelude::ProcessedMessageContent;
     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 1028 in xmtp_mls/src/groups/mod.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

unused import: `openmls::prelude::Proposal`

warning: unused import: `openmls::prelude::Proposal`
    --> xmtp_mls/src/groups/mod.rs:1028:9
     |
1028 |     use openmls::prelude::Proposal;
     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: `#[warn(unused_imports)]` on by default