Skip to content

Commit

Permalink
Merge pull request #23 from xmtp/cv/validate-gce-proposal
Browse files Browse the repository at this point in the history
Make extensions function public for GCE proposal
  • Loading branch information
cameronvoell authored Apr 22, 2024
2 parents 9288932 + f1ccc20 commit 52cad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmls/src/messages/proposals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ impl GroupContextExtensionProposal {
}

/// Get the extensions of the proposal
pub(crate) fn extensions(&self) -> &Extensions {
pub fn extensions(&self) -> &Extensions {
&self.extensions
}
}
Expand Down

0 comments on commit 52cad0e

Please sign in to comment.