Skip to content

Commit

Permalink
Publish ACI
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Mar 19, 2024
1 parent 64925af commit de9c6d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions presage/src/manager/registered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,11 @@ impl<S: Store> Manager<S, Registered> {
Ok(self.identified_push_service().devices().await?)
}

/// Return the ACI of the registered account.
pub fn aci(&self) -> Uuid {
self.state.data.service_ids.aci
}

/// Deprecated methods
/// Get a single contact by its UUID
Expand Down

0 comments on commit de9c6d0

Please sign in to comment.