feat: description templates

This commit is contained in:
spiral 2022-05-09 15:00:37 -04:00
parent b31871b394
commit b5ba93eb7f
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
9 changed files with 112 additions and 1 deletions

View file

@ -20,6 +20,17 @@ export interface System {
color?: string;
}
export interface Config {
timezone: string;
pings_enabled: boolean;
member_default_private?: boolean;
group_default_private?: boolean;
show_private_info?: boolean;
member_limit: number;
group_limit: number;
description_templates: string[];
}
interface MemberPrivacy {
visibility?: string,
description_privacy?: string,