From 36f154f2b20e528fb2e14ba00373af0bdd743028 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 20 Apr 2020 09:35:35 -0600 Subject: [PATCH] Name Jitsi correctly in args Co-Authored-By: J. Ryan Stinnett --- src/SlashCommands.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashCommands.tsx b/src/SlashCommands.tsx index f91f5d23d9..d061dbed60 100644 --- a/src/SlashCommands.tsx +++ b/src/SlashCommands.tsx @@ -771,7 +771,7 @@ export const Commands = [ }), new Command({ command: 'addwidget', - args: '', + args: '', description: _td('Adds a custom widget by URL to the room'), runFn: function(roomId, widgetUrl) { if (!widgetUrl) {