mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Combine recent raised hands into existing toast
This commit is contained in:
@@ -3069,9 +3069,16 @@
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/CallingToastManager.tsx",
|
||||
"line": " const raisedHandsInLastShownToastRef = useRef<Set<number>>(new Set());",
|
||||
"line": " const toastLastShownAt = useRef<number>(0);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-12-05T22:11:41.559Z"
|
||||
"updated": "2024-01-12T18:56:18.138Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/CallingToastManager.tsx",
|
||||
"line": " const handsForLastShownToast = useRef<Set<number>>(new Set());",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2024-01-12T18:56:18.138Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
|
||||
Reference in New Issue
Block a user