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
823e411f
Verified
Commit
823e411f
authored
Jan 19, 2023
by
Chocobozzz
Browse files
Fix signup limit
parent
7a0bcd67
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/models/user/user.ts
View file @
823e411f
...
...
@@ -460,7 +460,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