From 1dbc9f6bd737b23c7f143678678a90e47866d1ef Mon Sep 17 00:00:00 2001 From: mei23 Date: Mon, 21 Jan 2019 04:54:51 +0900 Subject: [PATCH] Revert "AP type" This reverts commit 63d8bbe29dd6f326773214346350607cc4381996. --- src/remote/activitypub/type.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/remote/activitypub/type.ts b/src/remote/activitypub/type.ts index 8a7662e5a5..b902abea23 100644 --- a/src/remote/activitypub/type.ts +++ b/src/remote/activitypub/type.ts @@ -114,10 +114,6 @@ export interface IBlock extends IActivity { type: 'Block'; } -export interface IUpdate extends IActivity { - type: 'Update'; -} - export type Object = ICollection | IOrderedCollection | @@ -131,5 +127,4 @@ export type Object = IRemove | ILike | IAnnounce | - IBlock | - IUpdate; + IBlock;