Forgot to add to the Site interface.

This commit is contained in:
Dessalines 2022-05-13 15:51:00 -04:00
parent a64c6051f3
commit 8b1af5f3b2

View file

@ -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;