aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/video-comment-object.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/objects/video-comment-object.ts')
-rw-r--r--shared/models/activitypub/objects/video-comment-object.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/activitypub/objects/video-comment-object.ts b/shared/models/activitypub/objects/video-comment-object.ts
index fc2a9e837..785fbbc0d 100644
--- a/shared/models/activitypub/objects/video-comment-object.ts
+++ b/shared/models/activitypub/objects/video-comment-object.ts
@@ -4,5 +4,7 @@ export interface VideoCommentObject {
4 content: string 4 content: string
5 inReplyTo: string 5 inReplyTo: string
6 published: string 6 published: string
7 updated: string
7 url: string 8 url: string
9 attributedTo: string
8} 10}