diff --git a/packages/shared/src/types.ts b/packages/shared/src/types.ts index f979fdd7..23252671 100644 --- a/packages/shared/src/types.ts +++ b/packages/shared/src/types.ts @@ -851,6 +851,7 @@ export interface FederationRelayEvent { userId: string; homeUserId: string; homeInstance: string; + type?: 'user' | 'system'; content: string | null; replyToId: string | null; editedAt: number | null;