Fix raised hand count showing 0

This commit is contained in:
ayumi-signal
2026-01-13 11:27:46 -08:00
committed by GitHub
parent 897c051c99
commit 078cce6b10
3 changed files with 48 additions and 7 deletions

View File

@@ -1050,6 +1050,22 @@
"reasonCategory": "usageTrusted",
"updated": "2025-12-30T20:46:48.849Z"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingRaisedHandsList.dom.tsx",
"line": " const prevShownRaisedHandsCountRef = useRef<number>(raisedHandsCount);",
"reasonCategory": "usageTrusted",
"updated": "2026-01-09T21:23:45.188Z",
"reasonDetail": "Maintain last shown raised hand count to prevent 0"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingRaisedHandsList.dom.tsx",
"line": " const prevShownSyncedLocalHandRaisedRef = useRef<boolean>(",
"reasonCategory": "usageTrusted",
"updated": "2026-01-09T21:23:45.188Z",
"reasonDetail": "Maintain last shown raised hands to prevent 0"
},
{
"rule": "React-useRef",
"path": "ts/components/CallingToast.dom.tsx",