We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d7fcb commit bedc5a0Copy full SHA for bedc5a0
1 file changed
src/e2ee/RNE2EEManager.ts
@@ -229,9 +229,7 @@ export default class RNE2EEManager
229
iv: Uint8Array,
230
participantIdentity: string,
231
keyIndex: number
232
- ): Promise<
233
- DecryptDataResponseMessage['data'] | EncryptDataResponseMessage['data']
234
- > {
+ ): Promise<DecryptDataResponseMessage['data']> {
235
let packet = {
236
payload,
237
iv,
0 commit comments