Skip to content

Commit 0e0bcb4

Browse files
committed
add users.email to read oauth2 scopes
1 parent 428150a commit 0e0bcb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/auth.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ func getOAuth2Scopes() []string {
395395
"block.read",
396396
"mute.read",
397397
"like.read",
398+
"users.email",
398399
}
399400

400401
writeScopes := []string{

0 commit comments

Comments
 (0)