Channel configuration UI + disabling bannedJIDs (for now)

This commit is contained in:
John Livingston
2023-09-20 16:43:25 +02:00
parent 501e958c4b
commit f00bac5eb1
7 changed files with 130 additions and 46 deletions

View File

@ -56,7 +56,7 @@ interface ChannelConfigurationOptions {
bot: boolean
botNickname?: string
forbiddenWords: string[]
bannedJIDs: string[]
// TODO: bannedJIDs: string[]
}
interface ChannelConfiguration {