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
560605026b
PeerTube
/
shared
/
models
/
moderation
/
abuse
/
abuse-state.model.ts
6 lines
79 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Reorganize shared models
2020-08-06 14:58:01 +02:00
export
const
enum
AbuseState
{
Add state and moderationComment for abuses on server side
2018-08-10 16:54:01 +02:00
PENDING
=
1
,
REJECTED
=
2
,
ACCEPTED
=
3
}