Skip to content

Commit

Permalink
fixup! Bring up-to-date with latest matrix-sdk (5d46b35d)
Browse files Browse the repository at this point in the history
Use @link in docs for get_identity
  • Loading branch information
andybalaam committed Oct 8, 2024
1 parent f147076 commit ac4ff67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,8 @@ impl OlmMachine {

/// Get the cross signing user identity of a user.
///
/// Returns a promise for an `OwnUserIdentity`, a `UserIdentity`, or
/// `undefined`.
/// Returns a promise for an {@link identities.OwnUserIdentity}, a
/// {@link identities.OtherUserIdentity}, or `undefined`.
#[wasm_bindgen(js_name = "getIdentity")]
pub fn get_identity(&self, user_id: &identifiers::UserId) -> Promise {
let me = self.inner.clone();
Expand Down

0 comments on commit ac4ff67

Please sign in to comment.