From 236cbb3023256ba457b22a091315683526d64d58 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Sun, 11 Jun 2023 21:04:03 +0300 Subject: [PATCH] new versions of chat and reorder --- peertube-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube-cli.sh b/peertube-cli.sh index 40cc078..579c615 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 5.7.1 5.8.0' + versions_plugin_livechat='6.0.0 5.9.0 5.8.0 5.7.1 5.7.0 5.6.0 5.5.0 5.4.0 5.3.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"