This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
06a9fdf433
PeerTube
/
shared
/
models
/
users
/
registration
/
user-registration-state.mod...
6 lines
90 B
TypeScript
Raw
Blame
History
export
const
enum
UserRegistrationState
{
PENDING
=
1
,
REJECTED
=
2
,
ACCEPTED
=
3
}
Reference in New Issue
View Git Blame
Copy Permalink