An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove phase reference from relay_client doc comment

- Removed '(Phase 3)' from oauth.rs:28 to comply with convention of no ticket/phase references in source code

authored by

Malpercio and committed by
Tangled
49886a89 d848aa20

+1 -1
+1 -1
apps/identity-wallet/src-tauri/src/oauth.rs
··· 25 25 /// The active authenticated session after a successful token exchange. 26 26 /// Set by `start_oauth_flow` on success; read by `OAuthClient` for every request. 27 27 pub oauth_session: Mutex<Option<OAuthSession>>, 28 - /// Runtime relay client. Populated from Keychain on startup (Phase 3) or by 28 + /// Runtime relay client. Populated from Keychain on startup or by 29 29 /// `save_relay_url` on first launch. Falls back to the compile-time default if unset. 30 30 relay_client: OnceLock<crate::http::RelayClient>, 31 31 }