We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428150a commit 0e0bcb4Copy full SHA for 0e0bcb4
1 file changed
auth/auth.go
@@ -395,6 +395,7 @@ func getOAuth2Scopes() []string {
395
"block.read",
396
"mute.read",
397
"like.read",
398
+ "users.email",
399
}
400
401
writeScopes := []string{
0 commit comments