]> git.mxchange.org Git - friendica.git/commitdiff
Enable automatic updates
authorMichael <heluecht@pirati.ca>
Sat, 2 Sep 2023 05:07:50 +0000 (05:07 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 2 Sep 2023 05:07:50 +0000 (05:07 +0000)
view/js/main.js

index 3e0f8307a2b6b81123c4709f78e98e04cf0850ea..c1a1ea7fd87e1bbc40791869e493c3f2c76effd6 100644 (file)
@@ -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);
                                        }