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.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/models/activitypub/objects/video-comment-object.ts b/shared/models/activitypub/objects/video-comment-object.ts
index 1c058b86c..ba9001730 100644
--- a/shared/models/activitypub/objects/video-comment-object.ts
+++ b/shared/models/activitypub/objects/video-comment-object.ts
@@ -3,7 +3,10 @@ import { ActivityTagObject } from './common-objects'
3export interface VideoCommentObject { 3export interface VideoCommentObject {
4 type: 'Note' 4 type: 'Note'
5 id: string 5 id: string
6
6 content: string 7 content: string
8 mediaType: 'text/markdown'
9
7 inReplyTo: string 10 inReplyTo: string
8 published: string 11 published: string
9 updated: string 12 updated: string