You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
If no bug_report_endpoint_url, hide rageshaking from the App
This commit is contained in:
@@ -24,6 +24,7 @@ export default ({onFinished}) => {
|
||||
|
||||
const categories = {};
|
||||
Commands.forEach(cmd => {
|
||||
if (!cmd.isEnabled()) return;
|
||||
if (!categories[cmd.category]) {
|
||||
categories[cmd.category] = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user