From ac4ff6750688ae633fca4e7f58b13c691780e2d0 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 8 Oct 2024 11:29:31 +0100 Subject: [PATCH] fixup! Bring up-to-date with latest matrix-sdk (5d46b35d) Use @link in docs for get_identity --- src/machine.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine.rs b/src/machine.rs index 36c7322..71ae99f 100644 --- a/src/machine.rs +++ b/src/machine.rs @@ -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();