Skip to content

Commit c27dbec

Browse files
erskingardneryukibtc
authored andcommitted
mls: make NostrMls::exporter_secret a public method
1 parent be50f47 commit c27dbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nostr-mls/src/groups.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ where
116116
///
117117
/// * `Ok(GroupExporterSecret)` - The exported secret
118118
/// * `Err(Error)` - If the group is not found or there is an error exporting the secret
119-
pub(crate) fn exporter_secret(
119+
pub fn exporter_secret(
120120
&self,
121121
group_id: &GroupId,
122122
) -> Result<group_types::GroupExporterSecret, Error> {

0 commit comments

Comments
 (0)