From 3cef02a0bbf01a3ec9dd98a1796d3079b7f5985c Mon Sep 17 00:00:00 2001 From: lejianwen <84855512@qq.com> Date: Thu, 29 May 2025 18:51:37 +0800 Subject: [PATCH] fix(webclient): Peer online status --- resources/web2/js/dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/web2/js/dist/index.js b/resources/web2/js/dist/index.js index 0fdc850..187b187 100644 --- a/resources/web2/js/dist/index.js +++ b/resources/web2/js/dist/index.js @@ -11550,7 +11550,7 @@ async function or(u) { let E = [], l = []; for (let d = 0; d < e.length; d++) { const c = 1 << 7 - d % 8; - (s[d / 8] & c) === c ? E.push(e[d]) : l.push(e[d]) + (s[Math.floor(d / 8)] & c) === c ? E.push(e[d]) : l.push(e[d]) } _t(E, l), n.close(); return