Skip to content

Commit

Permalink
Make mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Mar 19, 2024
1 parent e4f6978 commit d3f0b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/extensions/test_extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ fn last_resort_extension(ciphersuite: Ciphersuite, provider: &impl OpenMlsProvid
let welcome: MlsMessageIn = welcome.into();
let welcome = welcome.into_welcome().expect("expected a welcome");

let bob_group = StagedWelcome::new_from_welcome(
let mut bob_group = StagedWelcome::new_from_welcome(
provider,
mls_group_create_config.join_config(),
welcome,
Expand Down

0 comments on commit d3f0b77

Please sign in to comment.