mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Fix raised hand count showing 0
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user