Skip to content

Commit

Permalink
Publish ACI
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Jan 24, 2024
1 parent 4fb6e0a commit e4b913d
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 e4b913d

Please sign in to comment.