Adding debug information in the diagnostic screen.

This commit is contained in:
John Livingston
2021-08-04 17:15:58 +02:00
parent ddaf57b5d5
commit b2b489af6e
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export async function diagConverse (test: string, { settingsManager }: RegisterS
)
isBuiltinError = true
} else {
result.messages.push('Chat room is correct')
result.messages.push('Chat room is correct and will be: ' + chatRoom)
}
const chatBoshUri: string = (builtinSettings['chat-bosh-uri'] as string) || ''