From: Michael Date: Sat, 2 Sep 2023 05:07:50 +0000 (+0000) Subject: Enable automatic updates X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=51446540676deeecfc3b36c2304f0fc7fff02d22;p=friendica.git Enable automatic updates --- diff --git a/view/js/main.js b/view/js/main.js index 3e0f8307a2..c1a1ea7fd8 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -506,7 +506,7 @@ function NavUpdate() { $('nav').trigger('nav-update', data.result); // start live update - ['network', 'profile', 'community', 'notes', 'display', 'contact'].forEach(function (src) { + ['network', 'profile', 'channel', 'community', 'notes', 'display', 'contact'].forEach(function (src) { if ($('#live-' + src).length) { liveUpdate(src); }