Name Jitsi correctly in args

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Travis Ralston
2020-04-20 09:35:35 -06:00
committed by GitHub
parent a55698e943
commit 36f154f2b2

View File

@@ -771,7 +771,7 @@ export const Commands = [
}),
new Command({
command: 'addwidget',
args: '<url | embed code | jitsi url>',
args: '<url | embed code | Jitsi url>',
description: _td('Adds a custom widget by URL to the room'),
runFn: function(roomId, widgetUrl) {
if (!widgetUrl) {