Skip to content

Commit

Permalink
fix: be lenient about KeyPackage lifetime when joining via external c…
Browse files Browse the repository at this point in the history
…ommit
  • Loading branch information
beltram committed Feb 21, 2024
1 parent 3dd1711 commit 8e52f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/group/core_group/new_from_external_init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl CoreGroup {
verifiable_group_info,
// Existing proposals are discarded when joining by external commit.
ProposalStore::new(),
true,
false,
)
.await?;
let group_context = public_group.group_context();
Expand Down

0 comments on commit 8e52f0a

Please sign in to comment.