From 7f7e9d4e904fed9233f84089e3b2ea60ab8740f7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 5 Jun 2023 16:18:57 +0200 Subject: Handle correctly formatted AP attributedTo --- shared/models/activitypub/objects/video-comment-object.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/models/activitypub/objects/video-comment-object.ts') diff --git a/shared/models/activitypub/objects/video-comment-object.ts b/shared/models/activitypub/objects/video-comment-object.ts index ba9001730..fb1e6f8db 100644 --- a/shared/models/activitypub/objects/video-comment-object.ts +++ b/shared/models/activitypub/objects/video-comment-object.ts @@ -1,4 +1,4 @@ -import { ActivityTagObject } from './common-objects' +import { ActivityPubAttributedTo, ActivityTagObject } from './common-objects' export interface VideoCommentObject { type: 'Note' @@ -11,6 +11,6 @@ export interface VideoCommentObject { published: string updated: string url: string - attributedTo: string + attributedTo: ActivityPubAttributedTo tag: ActivityTagObject[] } -- cgit v1.2.3