From b69a7ba7ac443acf79047c5a4de0a1e80df3e113 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 18 Dec 2024 15:43:07 -0800 Subject: [PATCH] missed uniffi stuff --- bindings_ffi/src/mls.rs | 4 ++++ 1 file changed, 4 insertions(+) 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,