We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ca010 commit fe509f6Copy full SHA for fe509f6
mls/nostr-mls/src/groups.rs
@@ -317,7 +317,7 @@ where
317
///
318
/// * `Ok(GroupExporterSecret)` - The exported secret
319
/// * `Err(Error)` - If the group is not found or there is an error exporting the secret
320
- pub(crate) fn exporter_secret(
+ pub fn exporter_secret(
321
&self,
322
group_id: &GroupId,
323
) -> Result<group_types::GroupExporterSecret, Error> {
0 commit comments