diff --git a/bindings_ffi/src/mls.rs b/bindings_ffi/src/mls.rs index 321242220..e1c3dbadc 100644 --- a/bindings_ffi/src/mls.rs +++ b/bindings_ffi/src/mls.rs @@ -174,6 +174,8 @@ pub async fn get_inbox_id_for_address( Ok(results.get(&account_address).cloned()) } +#[allow(unused)] +#[uniffi::export(async_runtime = "tokio")] pub async fn is_installation_authorized( host: String, inbox_id: String, @@ -187,6 +189,8 @@ pub async fn is_installation_authorized( .await } +#[allow(unused)] +#[uniffi::export(async_runtime = "tokio")] pub async fn is_address_authorized( host: String, inbox_id: String,