Remove last use of Buffer in ringrtc API

Co-authored-by: Jim Gustafson <jim@signal.org>
This commit is contained in:
Miriam Zimmerman
2025-10-01 16:57:39 -04:00
committed by GitHub
parent 3b67d00c85
commit dd1b7e6fc1
14 changed files with 27 additions and 40 deletions

View File

@@ -828,9 +828,9 @@
{
"rule": "React-useRef",
"path": "ts/calling/useGetCallingFrameBuffer.ts",
"line": " const ref = useRef<Buffer | null>(null);",
"line": " const ref = useRef<Uint8Array | null>(null);",
"reasonCategory": "usageTrusted",
"updated": "2021-12-10T23:24:03.829Z",
"updated": "2025-10-01T20:11:56Z",
"reasonDetail": "Doesn't touch the DOM."
},
{