1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Fetch remote AP objects

This commit is contained in:
Chocobozzz 2018-01-10 17:18:12 +01:00
parent 759f8a29e9
commit 2ccaeeb341
No known key found for this signature in database
GPG key ID: 583A612D890159BE
22 changed files with 678 additions and 387 deletions

View file

@ -24,7 +24,8 @@ function isVideoCommentDeleteActivityValid (activity: any) {
export {
isVideoCommentCreateActivityValid,
isVideoCommentDeleteActivityValid
isVideoCommentDeleteActivityValid,
isVideoCommentObjectValid
}
// ---------------------------------------------------------------------------