post-merge fix
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
09f017fdd2
commit
fb61a5d68b
2 changed files with 5 additions and 2 deletions
|
@ -87,12 +87,12 @@ const COMMANDS = [
|
|||
{
|
||||
command: '/tint',
|
||||
args: '<color1> [<color2>]',
|
||||
description: 'Change colourscheme of current room',
|
||||
description: 'Changes colourscheme of current room',
|
||||
},
|
||||
{
|
||||
command: '/verify',
|
||||
args: '<userId> <deviceId> <deviceSigningKey>',
|
||||
description: 'Verify a user, device, and pubkey tuple',
|
||||
description: 'Verifies a user, device, and pubkey tuple',
|
||||
},
|
||||
// Omitting `/markdown` as it only seems to apply to OldComposer
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue