mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-25 13:40:07 +00:00
Add discord template support
This commit is contained in:
@@ -160,6 +160,9 @@ export interface ConfigValue {
|
||||
kafka: {
|
||||
brokers: KafkaBroker[] | null;
|
||||
};
|
||||
templates: {
|
||||
allowDiscordTemplates: Boolean
|
||||
}
|
||||
}
|
||||
|
||||
export const DefaultConfigOptions: ConfigValue = {
|
||||
@@ -321,4 +324,7 @@ export const DefaultConfigOptions: ConfigValue = {
|
||||
kafka: {
|
||||
brokers: null,
|
||||
},
|
||||
templates: {
|
||||
allowDiscordTemplates: true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user