Skip to content

Commit

Permalink
Allow access to queued proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Nov 29, 2023
1 parent d723800 commit 364ef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/group/core_group/staged_commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ impl StagedCommit {
}

/// Returns an iterator over all [`QueuedProposal`]s.
pub(crate) fn queued_proposals(&self) -> impl Iterator<Item = &QueuedProposal> {
pub fn queued_proposals(&self) -> impl Iterator<Item = &QueuedProposal> {
self.staged_proposal_queue.queued_proposals()
}

Expand Down

0 comments on commit 364ef2f

Please sign in to comment.