Browse Source

fix(webclient): Peer online status

lejianwen 8 months ago
parent
commit
3cef02a0bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/web2/js/dist/index.js

+ 1 - 1
resources/web2/js/dist/index.js

@@ -11550,7 +11550,7 @@ async function or(u) {
11550 11550
             let E = [], l = [];
11551 11551
             for (let d = 0; d < e.length; d++) {
11552 11552
                 const c = 1 << 7 - d % 8;
11553
-                (s[d / 8] & c) === c ? E.push(e[d]) : l.push(e[d])
11553
+                (s[Math.floor(d / 8)] & c) === c ? E.push(e[d]) : l.push(e[d])
11554 11554
             }
11555 11555
             _t(E, l), n.close();
11556 11556
             return