aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers')
-rw-r--r--server/helpers/custom-validators/activitypub/video-comments.ts3
-rw-r--r--server/helpers/custom-validators/activitypub/videos.ts3
2 files changed, 4 insertions, 2 deletions
diff --git a/server/helpers/custom-validators/activitypub/video-comments.ts b/server/helpers/custom-validators/activitypub/video-comments.ts
index ce1209035..cbd4dac5c 100644
--- a/server/helpers/custom-validators/activitypub/video-comments.ts
+++ b/server/helpers/custom-validators/activitypub/video-comments.ts
@@ -24,7 +24,8 @@ function isVideoCommentDeleteActivityValid (activity: any) {
24 24
25export { 25export {
26 isVideoCommentCreateActivityValid, 26 isVideoCommentCreateActivityValid,
27 isVideoCommentDeleteActivityValid 27 isVideoCommentDeleteActivityValid,
28 isVideoCommentObjectValid
28} 29}
29 30
30// --------------------------------------------------------------------------- 31// ---------------------------------------------------------------------------
diff --git a/server/helpers/custom-validators/activitypub/videos.ts b/server/helpers/custom-validators/activitypub/videos.ts
index 37cd6965a..fb1d2d094 100644
--- a/server/helpers/custom-validators/activitypub/videos.ts
+++ b/server/helpers/custom-validators/activitypub/videos.ts
@@ -70,7 +70,8 @@ export {
70 isVideoTorrentCreateActivityValid, 70 isVideoTorrentCreateActivityValid,
71 isVideoTorrentUpdateActivityValid, 71 isVideoTorrentUpdateActivityValid,
72 isVideoTorrentDeleteActivityValid, 72 isVideoTorrentDeleteActivityValid,
73 isVideoFlagValid 73 isVideoFlagValid,
74 isVideoTorrentObjectValid
74} 75}
75 76
76// --------------------------------------------------------------------------- 77// ---------------------------------------------------------------------------