diff options
Diffstat (limited to 'models/auth/token_scope.go')
-rw-r--r-- | models/auth/token_scope.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/auth/token_scope.go b/models/auth/token_scope.go index 61e684ea27..fe57276700 100644 --- a/models/auth/token_scope.go +++ b/models/auth/token_scope.go @@ -16,7 +16,7 @@ type AccessTokenScopeCategory int const ( AccessTokenScopeCategoryActivityPub = iota AccessTokenScopeCategoryAdmin - AccessTokenScopeCategoryMisc + AccessTokenScopeCategoryMisc // WARN: this is now just a placeholder, don't remove it which will change the following values AccessTokenScopeCategoryNotification AccessTokenScopeCategoryOrganization AccessTokenScopeCategoryPackage |