summaryrefslogtreecommitdiff
path: root/src/remote/activitypub
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-06-10 14:03:28 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-06-10 14:03:28 +0900
commitd04014f875a03ae9b8f0f36338fd2446e7eb3150 (patch)
tree447ab37a76486c9ec2ad5985e86c1f325b61f73c /src/remote/activitypub
parentMerge branch 'develop' (diff)
parent12.83.0 (diff)
downloadmisskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.tar.gz
misskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.tar.bz2
misskey-d04014f875a03ae9b8f0f36338fd2446e7eb3150.zip
Merge branch 'develop'
Diffstat (limited to 'src/remote/activitypub')
-rw-r--r--src/remote/activitypub/type.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/type.ts b/src/remote/activitypub/type.ts
index 98025da908..3728470686 100644
--- a/src/remote/activitypub/type.ts
+++ b/src/remote/activitypub/type.ts
@@ -3,7 +3,7 @@ export type ApObject = IObject | string | (IObject | string)[];
export interface IObject {
'@context': string | obj | obj[];
- type: string | unknown[];
+ type: string | string[];
id?: string;
summary?: string;
published?: string;