Skip to content

Commit

Permalink
missed uniffi stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 18, 2024
1 parent ae5b690 commit b69a7ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit b69a7ba

Please sign in to comment.