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
commit 8342f441df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 30 deletions

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
];