mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add server API to abuse messages
This commit is contained in:
parent
20516920d2
commit
edbc932546
28 changed files with 1054 additions and 209 deletions
|
@ -206,6 +206,9 @@ const CONSTRAINTS_FIELDS = {
|
|||
REASON: { min: 2, max: 3000 }, // Length
|
||||
MODERATION_COMMENT: { min: 2, max: 3000 } // Length
|
||||
},
|
||||
ABUSE_MESSAGES: {
|
||||
MESSAGE: { min: 2, max: 3000 } // Length
|
||||
},
|
||||
VIDEO_BLACKLIST: {
|
||||
REASON: { min: 2, max: 300 } // Length
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue