0
0
Fork 0

Add the history site config option

This commit is contained in:
Oliver-Akins 2021-09-29 22:49:04 -06:00
parent 7cbf104c32
commit e616466f98

View file

@ -9,6 +9,7 @@ interface channel_config {
show_win_streak?: boolean; show_win_streak?: boolean;
extra_buttons?: string[]; extra_buttons?: string[];
tie_reminder: "channel" | "thread" | "thread_no_jump_link"; tie_reminder: "channel" | "thread" | "thread_no_jump_link";
history_site: boolean;
} }
interface config { interface config {