fix: respect app quota status

This commit is contained in:
trisua 2025-06-14 20:41:18 -04:00
parent 39574df691
commit 9bb5f38f76
2 changed files with 14 additions and 2 deletions

View file

@ -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,