2
0

fix test cli oauth

This commit is contained in:
2026-03-01 21:27:37 +09:00
parent 6d3e233ee2
commit 32168f14d0
16 changed files with 1201 additions and 49 deletions

View File

@@ -368,7 +368,7 @@ async fn poll_once(
// Refresh bot session
let session = auth::refresh_bot_session().await?;
let pds = session.pds.as_deref().unwrap_or("bsky.social");
let client = XrpcClient::new(pds);
let client = XrpcClient::new_bot(pds);
// Fetch notifications
let notifications = fetch_notifications(&client, &session.access_jwt).await?;