Add group calling events to the message timeline

This commit is contained in:
Evan Hahn
2020-12-07 14:43:19 -06:00
committed by GitHub
parent a2f285d243
commit 0c039bf431
29 changed files with 1275 additions and 239 deletions

View File

@@ -14699,6 +14699,24 @@
"updated": "2020-10-26T19:12:24.410Z",
"reasonDetail": "Only used to focus the element."
},
{
"rule": "React-useRef",
"path": "ts/components/Tooltip.js",
"line": " const wrapperRef = react_1.default.useRef(null);",
"lineNumber": 17,
"reasonCategory": "usageTrusted",
"updated": "2020-12-04T00:11:08.128Z",
"reasonDetail": "Used to add (and remove) event listeners."
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/CallingNotification.js",
"line": " const previousHeightRef = react_1.useRef(null);",
"lineNumber": 24,
"reasonCategory": "usageTrusted",
"updated": "2020-12-04T00:11:08.128Z",
"reasonDetail": "Doesn't interact with the DOM."
},
{
"rule": "React-useRef",
"path": "ts/components/conversation/ContactModal.js",
@@ -15167,4 +15185,4 @@
"reasonCategory": "falseMatch",
"updated": "2020-09-08T23:07:22.682Z"
}
]
]