fix: respect app quota status
This commit is contained in:
parent
39574df691
commit
9bb5f38f76
2 changed files with 14 additions and 2 deletions
|
@ -38,7 +38,7 @@ pub enum PkceChallengeMethod {
|
|||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
|
||||
pub enum AppScope {
|
||||
/// Read the profile of other user's on behalf of the user.
|
||||
/// Read the profile of other users on behalf of the user.
|
||||
UserReadProfiles,
|
||||
/// Read the user's profile (username, bio, etc).
|
||||
UserReadProfile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue