Skip to content

Commit

Permalink
make extensions function public for GCE proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Apr 17, 2024
1 parent 9288932 commit f1ccc20
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 f1ccc20

Please sign in to comment.