matrix-react-sdk
c9f3a126 - Fix Autocompleter promises

Commit
8 years ago
Fix Autocompleter promises Use bluebird instead of the now removed "q" library. Also, make sure we timeout and then `reflect` to effectively do an `allSettled` that waits for all promises to either be resolved or rejected. Then we filter for those that are fulfilled and return the completions.
Author
Luke Barnard
Parents
Loading