This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/matrix/room
Bruno Windels e0d14207ac make opening a txn async again
as we'll need to await a bogus request first thing after opening the txn

funny enough, we originally made it sync to accommodate the same bug
in safari, but that didn't prevent any microtask being awaited
before scheduling a request in the calling code closing the txn.

We'll await a bogus request within the transaction class now so it
doesn't depend on the calling code
2021-03-04 19:47:02 +01:00
..
members make opening a txn async again 2021-03-04 19:47:02 +01:00
sending make opening a txn async again 2021-03-04 19:47:02 +01:00
timeline make opening a txn async again 2021-03-04 19:47:02 +01:00
AttachmentUpload.js log sending messages 2021-02-23 19:22:59 +01:00
common.js handle prev_content location ambiguity 2020-08-31 14:21:18 +02:00
ObservedEventMap.js implement subscribing to a single event 2020-10-30 15:19:51 +01:00
Room.js make opening a txn async again 2021-03-04 19:47:02 +01:00
RoomSummary.js make opening a txn async again 2021-03-04 19:47:02 +01:00