From e59dc26087a7663275d0ecb0541ce6e028536e49 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 22 Jul 2025 12:18:04 -0700 Subject: [PATCH] tweak comment --- src/state/session/oauth-agent.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/state/session/oauth-agent.ts b/src/state/session/oauth-agent.ts index 95c60c7544..dc5d21814d 100644 --- a/src/state/session/oauth-agent.ts +++ b/src/state/session/oauth-agent.ts @@ -63,9 +63,8 @@ export async function oauthAgentAndSessionToSessionAccount( } export class OauthBskyAppAgent extends Agent { - // this is a field available in AtpAgent, so we'll add it here + // these are fields available in AtpAgent, so we'll add them here for backwards compat session?: AtpSessionData - // this exists on the old agent, so we will add it here for backwards compat dispatchUrl?: string #oauthSession: OAuthSession