Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
4e4c23c5
Verified
Commit
4e4c23c5
authored
Jan 19, 2023
by
Chocobozzz
Browse files
Merge branch 'release/5.0.0' into develop
parents
a68ccaea
823e411f
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/models/user/user.ts
View file @
4e4c23c5
...
...
@@ -461,7 +461,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> {
}
static
countTotal
()
{
return
this
.
count
()
return
UserModel
.
unscoped
()
.
count
()
}
static
listForAdminApi
(
parameters
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment