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;