Skip to content

Commit fe509f6

Browse files
committed
mls: Make exporter_secret public for application layer encryption
1 parent 04ca010 commit fe509f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mls/nostr-mls/src/groups.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ where
317317
///
318318
/// * `Ok(GroupExporterSecret)` - The exported secret
319319
/// * `Err(Error)` - If the group is not found or there is an error exporting the secret
320-
pub(crate) fn exporter_secret(
320+
pub fn exporter_secret(
321321
&self,
322322
group_id: &GroupId,
323323
) -> Result<group_types::GroupExporterSecret, Error> {

0 commit comments

Comments
 (0)