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.
NostrMls::exporter_secret
1 parent be50f47 commit c27dbecCopy full SHA for c27dbec
crates/nostr-mls/src/groups.rs
@@ -116,7 +116,7 @@ where
116
///
117
/// * `Ok(GroupExporterSecret)` - The exported secret
118
/// * `Err(Error)` - If the group is not found or there is an error exporting the secret
119
- pub(crate) fn exporter_secret(
+ pub fn exporter_secret(
120
&self,
121
group_id: &GroupId,
122
) -> Result<group_types::GroupExporterSecret, Error> {
0 commit comments