1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-27 15:01:53 +03:00

Do not show the bug report section if there is no bug_report_endpoint_url

This commit is contained in:
Kegan Dougal
2017-01-25 14:43:47 +00:00
parent 5991172182
commit b00e090600
2 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,8 @@ var DEFAULTS = {
integrations_ui_url: "https://scalar.vector.im/",
// Base URL to the REST interface of the integrations server
integrations_rest_url: "https://scalar.vector.im/api",
// Where to send bug reports. If not specified, bugs cannot be sent.
bug_report_endpoint_url: null,
};
class SdkConfig {