You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Allow specifying help URLs in config.json (#11070)
* Allow specifying help URLs in config.json * Fix test
This commit is contained in:
committed by
GitHub
parent
ba28174ac0
commit
ea0e9abc2b
@ -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",
|
||||
|
Reference in New Issue
Block a user