Merge pull request #1778 from matrix-org/t3chguy/devtools_autocomplete

Add /devtools to Autocomplete and run gen-i18n
This commit is contained in:
David Baker
2018-03-22 09:54:26 +00:00
committed by GitHub
2 changed files with 36 additions and 30 deletions
+5
View File
@@ -105,6 +105,11 @@ const COMMANDS = [
args: '<user-id>',
description: _td('Stops ignoring a user, showing their messages going forward'),
},
{
command: '/devtools',
args: '',
description: _td('Opens the Developer Tools dialog'),
},
// Omitting `/markdown` as it only seems to apply to OldComposer
];