Skip to content

Commit

Permalink
Update openmls/src/group/mls_group/proposal.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Voell <[email protected]>
  • Loading branch information
nplasterer and cameronvoell authored May 1, 2024
1 parent fbfd309 commit e6a2553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/group/mls_group/proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ impl MlsGroup {
.proposal_store(&self.proposal_store)
.inline_proposals(inline_proposals)
.build();
let create_commit_result = self.group.create_commit(params, provider, signer).unwrap();
let create_commit_result = self.group.create_commit(params, provider, signer)?;

let mls_messages = self.content_to_mls_message(create_commit_result.commit, provider)?;
self.group_state = MlsGroupState::PendingCommit(Box::new(PendingCommitState::Member(
Expand Down

0 comments on commit e6a2553

Please sign in to comment.