airgap-it / beacon-sdk

The beacon sdk allows developers of dApps and wallets on Tezos to implement the wallet interaction standard tzip-10.
https://walletbeacon.io
MIT License
101 stars 65 forks source link

[Fix] Matrix client ready promise #642

Closed JulesGuesnon closed 11 months ago

JulesGuesnon commented 11 months ago

Description

The readyPromise was created when the file was imported, so it was triggered before the constructor, and thus, the storage was empty

IsaccoSordo commented 11 months ago

Hi @JulesGuesnon, thanks for the PR, we already addressed the issues in #636. We will make a release soon.