From 0e0bcb412753c91ec58c117c22a1c62055e46d45 Mon Sep 17 00:00:00 2001 From: Tapan Shah Date: Fri, 21 Mar 2025 10:25:06 -0400 Subject: [PATCH] add users.email to read oauth2 scopes --- auth/auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/auth.go b/auth/auth.go index 81ccf93..25ba735 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -395,6 +395,7 @@ func getOAuth2Scopes() []string { "block.read", "mute.read", "like.read", + "users.email", } writeScopes := []string{