From e616466f98ed6832c54c5f526e046e5d160105bb Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Wed, 29 Sep 2021 22:49:04 -0600 Subject: [PATCH] Add the history site config option --- server/src/types/config.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/types/config.d.ts b/server/src/types/config.d.ts index 6f57230..2a3b6cf 100644 --- a/server/src/types/config.d.ts +++ b/server/src/types/config.d.ts @@ -9,6 +9,7 @@ interface channel_config { show_win_streak?: boolean; extra_buttons?: string[]; tie_reminder: "channel" | "thread" | "thread_no_jump_link"; + history_site: boolean; } interface config {