From 394a19b210b1985ace85c413ce1ac63d45d81ece Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Sat, 24 Sep 2022 17:06:14 +0300 Subject: [PATCH] Added some versions chat --- peertube-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube-cli.sh b/peertube-cli.sh index dc71087..1bbe360 100755 --- a/peertube-cli.sh +++ b/peertube-cli.sh @@ -61,7 +61,7 @@ peertube_api_get_live_streams() peertube_api_get_livechat() { - versions_plugin_livechat='5.3.0 5.4.0 5.5.0 5.6.0 5.7.0' + versions_plugin_livechat='5.3.0 5.4.0 5.5.0 5.6.0 5.7.0 5.7.1 5.8.0' for version_chat in $versions_plugin_livechat; do link_on_chat="https://$instance/plugins/livechat/$version_chat/router/webchat/room/$1" curl -s --head $link_on_chat | grep "HTTP\/. 200"