Skip to content

Commit

Permalink
Merge pull request #3 from xmtp/nm/make-proposals-public
Browse files Browse the repository at this point in the history
Make proposals public
  • Loading branch information
neekolas authored Nov 29, 2023
2 parents d723800 + 364ef2f commit 5764be7
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 5764be7

Please sign in to comment.