Updating xmppjs-chat-box version.
This commit is contained in:
parent
7c544600f9
commit
2115b352a4
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## ??? (Not Released Yet)
|
||||
|
||||
* Updating xmppjs-chat-box version.
|
||||
|
||||
## 8.3.2
|
||||
|
||||
* Temporary security fix for #332: rollback of v8.3.1:
|
||||
|
618
package-lock.json
generated
618
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -39,7 +39,7 @@
|
||||
"http-proxy": "^1.18.1",
|
||||
"log-rotate": "^0.2.8",
|
||||
"validate-color": "^2.2.1",
|
||||
"xmppjs-chat-bot": "^0.2.8"
|
||||
"xmppjs-chat-bot": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@peertube/feed": "^5.1.0",
|
||||
|
@ -320,7 +320,7 @@ async function getProsodyConfig (options: RegisterServerOptionsV5): Promise<Pros
|
||||
if (useBots) {
|
||||
config.useBotsVirtualHost(paths.botAvatars, paths.botAvatarsFiles)
|
||||
bots.moderation = await BotConfiguration.singleton().getModerationBotGlobalConf()
|
||||
if (bots.moderation?.connection?.password) {
|
||||
if (bots.moderation?.connection?.password && typeof bots.moderation.connection.password === 'string') {
|
||||
valuesToHideInDiagnostic.set('BotPassword', bots.moderation.connection.password)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user