Add the history site config option
This commit is contained in:
parent
7cbf104c32
commit
e616466f98
1 changed files with 1 additions and 0 deletions
1
server/src/types/config.d.ts
vendored
1
server/src/types/config.d.ts
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue