mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-04 15:15:19 +01:00
Receive rings for group calls
This commit is contained in:
@@ -13465,6 +13465,22 @@
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-07-30T16:57:33.618Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/IncomingCallBar.js",
|
||||
"line": " const initialTitleRef = react_1.useRef(title);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-08-16T20:52:11.043Z",
|
||||
"reasonDetail": "Doesn't interact with the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/IncomingCallBar.tsx",
|
||||
"line": " const initialTitleRef = useRef<string>(title);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2021-08-16T20:52:11.043Z",
|
||||
"reasonDetail": "Doesn't interact with the DOM."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/Input.js",
|
||||
|
||||
Reference in New Issue
Block a user