mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
unrelated todo note for later
This commit is contained in:
parent
2b5dcff836
commit
afc3db2f33
@ -163,6 +163,7 @@ export class BaseRoom extends EventEmitter {
|
||||
return request;
|
||||
}
|
||||
|
||||
// TODO: move this to Room
|
||||
async _getSyncRetryDecryptEntries(newKeys, roomEncryption, txn) {
|
||||
const entriesPerKey = await Promise.all(newKeys.map(async key => {
|
||||
const retryEventIds = await roomEncryption.getEventIdsForMissingKey(key, txn);
|
||||
|
Loading…
x
Reference in New Issue
Block a user