mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Update all Uint8Array/Buffer to use ArrayBuffer
Co-authored-by: Jordan Rose <jrose@signal.org>
This commit is contained in:
@@ -22,7 +22,7 @@ import type GroupSendEndorsementsResponse from './GroupSendEndorsementsResponse.
|
||||
* @see {@link GroupSendFullToken#verify}
|
||||
*/
|
||||
export default class GroupSendDerivedKeyPair extends ByteArray {
|
||||
constructor(contents: Uint8Array) {
|
||||
constructor(contents: Uint8Array<ArrayBuffer>) {
|
||||
super(contents, Native.GroupSendDerivedKeyPair_CheckValidContents);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user