matrix-js-sdk
320811f9 - Don't send key requests until after sync processing is finished

Commit
5 years ago
Don't send key requests until after sync processing is finished Key requests wait for a short time (500ms) before being sent as an attempt to wait for the key to arrive before sending a request for it, but client startup takes way longer than this so this would still result in key requests being sent for keys that we'd fetched but were still waiting to be read out of the sync response and put into the database.
Author
Parents
Loading