Merge branch 'release/5.0.0' into develop

pull/5548/head
Chocobozzz 2023-01-19 15:25:52 +01:00
commit 4e4c23c5b8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> {
}
static countTotal () {
return this.count()
return UserModel.unscoped().count()
}
static listForAdminApi (parameters: {