Allow specifying help URLs in config.json (#11070)

* Allow specifying help URLs in config.json

* Fix test
This commit is contained in:
Michael Telatynski 2023-06-14 08:45:19 +01:00 committed by GitHub
parent ba28174ac0
commit ea0e9abc2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 3 deletions

View file

@ -70,6 +70,8 @@ describe("<MatrixChat />", () => {
const defaultProps: ComponentProps<typeof MatrixChat> = {
config: {
brand: "Test",
help_url: "help_url",
help_encryption_url: "help_encryption_url",
element_call: {},
feedback: {
existing_issues_url: "https://feedback.org/existing",