farooqkz / chooj

Matrix chat app for KaiOS feature phones supporting voice calls
74 stars 13 forks source link

After joining new rooms, the new room doesn't show up in the list #66

Closed farooqkz closed 1 year ago

farooqkz commented 1 year ago

Steps to reproduce:

Simon-Laux commented 1 year ago

https://github.com/farooqkz/chooj/blob/0590a13693776cf9416c69cc78bf9b7e328d14cb/src/Matrix.js#L156-L157

documentation of syncApi.sync() says it returns (resolves the promise) only after you call syncApi.stop() so it might not be the right api here?

farooqkz commented 1 year ago

https://github.com/farooqkz/chooj/blob/0590a13693776cf9416c69cc78bf9b7e328d14cb/src/Matrix.js#L156-L157

documentation of syncApi.sync() says it returns (resolves the promise) only after you call syncApi.stop() so it might not be the right api here?

Possibly. Do you have another API in mind?