From 8b1af5f3b25bc3d4faaf2d1e1899e9debb9f3eb3 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 13 May 2022 15:51:00 -0400 Subject: [PATCH] Forgot to add to the Site interface. --- src/interfaces/source.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/source.ts b/src/interfaces/source.ts index 8d01aa2..8523d01 100644 --- a/src/interfaces/source.ts +++ b/src/interfaces/source.ts @@ -56,6 +56,7 @@ export interface Site { application_question?: string; private_instance: boolean; default_theme: string; + default_post_listing_type: string; actor_id: string; last_refreshed_at: string; inbox_url: string;