Skip to content

Commit

Permalink
Publish ACI
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Feb 1, 2024
1 parent 0cf4b2f commit 7501122
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 @@ -1025,6 +1025,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 7501122

Please sign in to comment.