Skip to content

Commit

Permalink
expose staged welcome extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Jan 23, 2025
1 parent bf1a478 commit c542da6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openmls/src/group/mls_group/creation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,11 @@ impl StagedWelcome {

Ok(mls_group)
}

/// Get a reference to the public group [`PulblicGroup`] of this [`StagedWelcome`].
pub fn public_group(&self) -> &PublicGroup {
&self.public_group
}
}

fn keys_for_welcome<Provider: OpenMlsProvider>(
Expand Down

0 comments on commit c542da6

Please sign in to comment.