Receive rings for group calls
This commit is contained in:
parent
fe040a2873
commit
79c976668b
27 changed files with 2112 additions and 359 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue