We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e2767 commit ca87c93Copy full SHA for ca87c93
1 file changed
auth/auth.go
@@ -396,6 +396,7 @@ func getOAuth2Scopes() []string {
396
"mute.read",
397
"like.read",
398
"users.email",
399
+ "dm.read",
400
}
401
402
writeScopes := []string{
@@ -408,6 +409,7 @@ func getOAuth2Scopes() []string {
408
409
"like.write",
410
"list.write",
411
"media.write",
412
+ "dm.write",
413
414
415
otherScopes := []string{
0 commit comments