hydrogen-web/src/matrix/room/sending
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
..
PendingEvent.js missing semicolon 2021-02-24 10:38:19 +01:00
SendQueue.js make opening a txn async again 2021-03-04 19:47:02 +01:00