From e27079d17555e585f86117f752ab3e1b39061104 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 22 Mar 2026 17:41:31 +0900 Subject: [PATCH] fix chat scope --- public/client-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client-metadata.json b/public/client-metadata.json index a5ffb07..444e6cd 100644 --- a/public/client-metadata.json +++ b/public/client-metadata.json @@ -3,7 +3,7 @@ "client_name": "syui.ai", "client_uri": "https://syui.ai", "redirect_uris": ["https://syui.ai/oauth/callback", "https://syui.ai/oauth/cli"], - "scope": "atproto transition:generic", + "scope": "atproto transition:generic transition:chat.bsky", "grant_types": ["authorization_code", "refresh_token"], "response_types": ["code"], "application_type": "web",