aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/video-channel-object.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/objects/video-channel-object.ts')
-rw-r--r--shared/models/activitypub/objects/video-channel-object.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/models/activitypub/objects/video-channel-object.ts b/shared/models/activitypub/objects/video-channel-object.ts
index 468e1535e..c9325b5df 100644
--- a/shared/models/activitypub/objects/video-channel-object.ts
+++ b/shared/models/activitypub/objects/video-channel-object.ts
@@ -4,7 +4,7 @@ export interface VideoChannelObject {
4 name: string 4 name: string
5 content: string 5 content: string
6 uuid: string 6 uuid: string
7 published: Date 7 published: string
8 updated: Date 8 updated: string
9 actor?: string 9 actor?: string
10} 10}