From 47581df0737ebcc058a5863143c752f9112a4424 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 23 Oct 2019 11:33:53 +0200 Subject: Fix federation with some actors That don't have a shared inbox, or a URL --- server/typings/models/account/actor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/typings/models/account') diff --git a/server/typings/models/account/actor.ts b/server/typings/models/account/actor.ts index bcacb8351..ee4ece755 100644 --- a/server/typings/models/account/actor.ts +++ b/server/typings/models/account/actor.ts @@ -19,7 +19,7 @@ export type MActorUsername = Pick export type MActorFollowersUrl = Pick export type MActorAudience = MActorUrl & MActorFollowersUrl -export type MActorFollowerException = Pick +export type MActorWithInboxes = Pick export type MActorSignature = MActorAccountChannelId export type MActorLight = Omit -- cgit v1.2.3