Fix the MessagePanel test
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
3c71898237
commit
0363f73e28
3 changed files with 8 additions and 4 deletions
|
@ -97,12 +97,12 @@ const COMMANDS = [
|
|||
{
|
||||
command: '/ignore',
|
||||
args: '<user-id>',
|
||||
description: 'Ignores a user, hiding their messages from you'
|
||||
description: 'Ignores a user, hiding their messages from you',
|
||||
},
|
||||
{
|
||||
command: '/unignore',
|
||||
args: '<user-id>',
|
||||
description: 'Stops ignoring a user, showing their messages going forward'
|
||||
description: 'Stops ignoring a user, showing their messages going forward',
|
||||
},
|
||||
// Omitting `/markdown` as it only seems to apply to OldComposer
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue