mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix param order
This commit is contained in:
parent
1af118a443
commit
e06cb1eb5f
@ -299,7 +299,7 @@ export class Room extends EventEmitter {
|
|||||||
});
|
});
|
||||||
gapResult = await gapWriter.writeFragmentFill(fragmentEntry, response, txn);
|
gapResult = await gapWriter.writeFragmentFill(fragmentEntry, response, txn);
|
||||||
if (this._roomEncryption) {
|
if (this._roomEncryption) {
|
||||||
gapResult.entries = await this._decryptEntries(gapResult.entries, false, txn);
|
gapResult.entries = await this._decryptEntries(gapResult.entries, txn, false);
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
txn.abort();
|
txn.abort();
|
||||||
|
Loading…
Reference in New Issue
Block a user